简化代码

This commit is contained in:
xiongziliang
2019-12-25 20:07:42 +08:00
parent b219a82ff5
commit d59a706cc1
5 changed files with 9 additions and 74 deletions

View File

@@ -90,7 +90,7 @@ protected:
};
class RtmpCodec : public RtmpRing, public FrameRingInterfaceDelegate , public CodecInfo{
class RtmpCodec : public RtmpRing, public FrameDispatcher , public CodecInfo{
public:
typedef std::shared_ptr<RtmpCodec> Ptr;
RtmpCodec(){}