mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
merge srs2
This commit is contained in:
commit
1dd877c0d6
5 changed files with 44 additions and 3 deletions
|
@ -385,6 +385,13 @@ public:
|
|||
SrsCodecVideoAVCType avc_packet_type;
|
||||
// whether sample_units contains IDR frame.
|
||||
bool has_idr;
|
||||
// Whether exists NonIDR NALU.
|
||||
bool has_non_idr;
|
||||
// Whether exists SEI NALU.
|
||||
bool has_sei;
|
||||
// Whether exists AUD NALU.
|
||||
bool has_aud;
|
||||
// The first nalu type.
|
||||
SrsAvcNaluType first_nalu_type;
|
||||
public:
|
||||
// audio specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue