diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-23 02:58:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-04 14:13:31 +0100 |
commit | 8113e838a811cdeb1f73ed0f76b62d8504db50db (patch) | |
tree | 074be4e3d5d5fb4203e794de93145c3b4c96292a /libavformat/nut.h | |
parent | d8e65e9224b9234e3b0baaa916bc9c9bdbb34eb6 (diff) | |
download | ffmpeg-8113e838a811cdeb1f73ed0f76b62d8504db50db.tar.gz |
avformat/nut: add support for per frame side & meta data with version 4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r-- | libavformat/nut.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h index 18b688ae60..29f28e6ab9 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -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 |