简化代码

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

@@ -147,7 +147,7 @@ protected:
uint32_t _ui32TimeStamp = 0;
};
class RtpCodec : public RtpRing, public FrameRingInterfaceDelegate , public CodecInfo{
class RtpCodec : public RtpRing, public FrameDispatcher , public CodecInfo{
public:
typedef std::shared_ptr<RtpCodec> Ptr;
RtpCodec(){}