mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 10:58:11 +08:00
Unified code style (#2137)
This commit is contained in:
@@ -84,7 +84,7 @@ private:
|
||||
|
||||
class MP4Muxer : public MP4MuxerInterface{
|
||||
public:
|
||||
typedef std::shared_ptr<MP4Muxer> Ptr;
|
||||
using Ptr = std::shared_ptr<MP4Muxer>;
|
||||
|
||||
MP4Muxer() = default;
|
||||
~MP4Muxer() override;
|
||||
|
||||
Reference in New Issue
Block a user