简化代码

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

@@ -39,7 +39,7 @@ namespace mediakit{
/**
* 媒体通道描述类,也支持帧输入输出
*/
class Track : public FrameRingInterfaceDelegate , public CodecInfo{
class Track : public FrameDispatcher , public CodecInfo{
public:
typedef std::shared_ptr<Track> Ptr;
Track(){}