mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-20 07:12:21 +08:00
开始修改播放器
This commit is contained in:
@@ -93,8 +93,7 @@ public:
|
||||
typedef std::shared_ptr<FrameRing> Ptr;
|
||||
|
||||
FrameRing(){
|
||||
//禁用缓存
|
||||
_frameRing = std::make_shared<RingType>(1);
|
||||
_frameRing = std::make_shared<RingType>();
|
||||
}
|
||||
virtual ~FrameRing(){}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user