1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Remove dead code

This commit is contained in:
winlin 2020-05-13 15:23:43 +08:00
parent e446cf466f
commit 431f852e05
5 changed files with 1 additions and 313 deletions

View file

@ -180,8 +180,6 @@ private:
bool discard_aac;
SrsAudioRecode* codec;
bool discard_bframe;
// rtc handler
SrsRtc* rtc;
public:
SrsRtcFromRtmpBridger(SrsRtcSource* source);
virtual ~SrsRtcFromRtmpBridger();