mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-07 23:10:27 +08:00
Unified code style (#2137)
This commit is contained in:
@@ -19,7 +19,7 @@ using namespace mediakit;
|
||||
|
||||
class MediaPlayerForC : public std::enable_shared_from_this<MediaPlayerForC>{
|
||||
public:
|
||||
typedef std::shared_ptr<MediaPlayerForC> Ptr;
|
||||
using Ptr = std::shared_ptr<MediaPlayerForC>;
|
||||
|
||||
MediaPlayerForC(){
|
||||
_player = std::make_shared<MediaPlayer>();
|
||||
|
||||
Reference in New Issue
Block a user