mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-28 05:29:24 +08:00
优化frame性能及整理代码
This commit is contained in:
@@ -19,7 +19,7 @@ namespace mediakit{
|
||||
/**
|
||||
* 通用 rtmp解码类
|
||||
*/
|
||||
class CommonRtmpDecoder : public RtmpCodec , public ResourcePoolHelper<FrameImp> {
|
||||
class CommonRtmpDecoder : public RtmpCodec {
|
||||
public:
|
||||
typedef std::shared_ptr<CommonRtmpDecoder> Ptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user