mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 00:47:34 +08:00
Unified code style (#2137)
This commit is contained in:
@@ -18,7 +18,7 @@ namespace mediakit {
|
||||
|
||||
class MP4Demuxer : public TrackSource {
|
||||
public:
|
||||
typedef std::shared_ptr<MP4Demuxer> Ptr;
|
||||
using Ptr = std::shared_ptr<MP4Demuxer>;
|
||||
|
||||
/**
|
||||
* 创建mp4解复用器
|
||||
|
||||
Reference in New Issue
Block a user