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

Refactor RTP cache reset

This commit is contained in:
winlin 2020-04-16 13:13:02 +08:00
parent b4a7566684
commit e90f0629ed
2 changed files with 10 additions and 23 deletions

View file

@ -56,8 +56,7 @@ private:
public:
SrsRtpHeader();
virtual ~SrsRtpHeader();
SrsRtpHeader(const SrsRtpHeader& rhs);
SrsRtpHeader& operator=(const SrsRtpHeader& rhs);
void reset();
public:
srs_error_t decode(SrsBuffer* stream);
srs_error_t encode(SrsBuffer* stream);