修复写两次Track的bug

This commit is contained in:
xiongziliang
2018-10-26 22:07:01 +08:00
parent c03ea1d893
commit affc98f927
3 changed files with 7 additions and 5 deletions

View File

@@ -85,7 +85,6 @@ public:
typedef std::shared_ptr<RtpRing> Ptr;
RtpRing(){
_rtpRing = std::make_shared<RingType>();
}
virtual ~RtpRing(){}