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

SRT: Add member of adaptation_field and fix pos not add after memcpy. (#2066)

This commit is contained in:
BoringWednesday 2021-09-04 10:26:07 +08:00 committed by GitHub
parent cf3129220d
commit 1db155fa2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -125,6 +125,7 @@ public:
unsigned short _DTS_next_AU2;//15bit
unsigned char _marker_bit2;//1bit
unsigned short _DTS_next_AU3;//15bit
unsigned char _marker_bit3;//1bit
};
class ts_header {