去除FrameMerger逻辑

This commit is contained in:
xiongziliang
2019-12-13 15:49:57 +08:00
parent 14ba899c61
commit 6d697daeb0
2 changed files with 4 additions and 39 deletions

View File

@@ -40,7 +40,6 @@ namespace mediakit{
string printSSRC(uint32_t ui32Ssrc);
class FrameMerger;
class RtpProcess : public RtpReceiver , public RtpDecoder , public PSDecoder {
public:
typedef std::shared_ptr<RtpProcess> Ptr;
@@ -71,7 +70,6 @@ private:
int _codecid_video = 0;
int _codecid_audio = 0;
MultiMediaSourceMuxer::Ptr _muxer;
std::shared_ptr<FrameMerger> _merger;
Ticker _last_rtp_time;
map<int,Stamp> _stamps;
};