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:
parent
52a3f36b39
commit
1beb24b48d
3 changed files with 4 additions and 23 deletions
|
@ -342,7 +342,6 @@ public:
|
|||
SrsCodecPayload* red_;
|
||||
SrsCodecPayload* rtx_;
|
||||
SrsCodecPayload* ulpfec_;
|
||||
SrsCodecPayload* rsfec_;
|
||||
public:
|
||||
SrsRtcTrackDescription();
|
||||
virtual ~SrsRtcTrackDescription();
|
||||
|
@ -355,7 +354,7 @@ public:
|
|||
void add_rtp_extension_desc(int id, std::string uri);
|
||||
void set_direction(std::string direction);
|
||||
void set_codec_payload(SrsCodecPayload* payload);
|
||||
// auxiliary paylod include red, rtx, ulpfec, rsfec.
|
||||
// auxiliary paylod include red, rtx, ulpfec.
|
||||
void create_auxiliary_payload(const std::vector<SrsMediaPayloadType> payload_types);
|
||||
void set_rtx_ssrc(uint32_t ssrc);
|
||||
void set_fec_ssrc(uint32_t ssrc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue