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

Remove dead code

This commit is contained in:
winlin 2020-07-15 13:56:46 +08:00
parent 991672bf41
commit f33a62e3bd
3 changed files with 1 additions and 18 deletions

View file

@ -385,15 +385,6 @@ public:
SrsRtcTrackDescription* find_track_description_by_ssrc(uint32_t ssrc);
};
class ISrsRtcTrack
{
public:
ISrsRtcTrack();
virtual ~ISrsRtcTrack();
public:
virtual srs_error_t on_rtp(SrsRtpPacket2* pkt) = 0;
};
class SrsRtcRecvTrack
{
protected: