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

RTC: Refactor source to accept RTP audio packet.

This commit is contained in:
winlin 2020-05-13 18:43:25 +08:00
parent 377128f4e9
commit 588d17c09d
5 changed files with 44 additions and 30 deletions

View file

@ -119,7 +119,7 @@ public:
public:
// The first byte as nalu type, for video decoder only.
SrsAvcNaluType nalu_type;
// The original bytes for decoder only, we will free it.
// The original bytes for decoder or bridger only, we will free it.
char* original_bytes;
// Fast cache for performance.
private: