avformat/nut: add support for per frame side & meta data with version 4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -46,6 +46,7 @@ typedef enum{
|
||||
FLAG_SIZE_MSB = 32, ///<if set, data_size_msb is at frame header, otherwise data_size_msb is 0
|
||||
FLAG_CHECKSUM = 64, ///<if set, the frame header contains a checksum
|
||||
FLAG_RESERVED = 128, ///<if set, reserved_count is coded in the frame header
|
||||
FLAG_SM_DATA = 256, ///<if set, side / meta data is stored in the frame header.
|
||||
FLAG_HEADER_IDX =1024, ///<If set, header_idx is coded in the frame header.
|
||||
FLAG_MATCH_TIME =2048, ///<If set, match_time_delta is coded in the frame header
|
||||
FLAG_CODED =4096, ///<if set, coded_flags are stored in the frame header
|
||||
|
Reference in New Issue
Block a user