]> git.sesse.net Git - ffmpeg/commitdiff
update flags
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 13 Feb 2008 20:01:09 +0000 (20:01 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 13 Feb 2008 20:01:09 +0000 (20:01 +0000)
Originally committed as revision 11929 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nut.h

index 1636527ed2c667d19053bb6cd785d3b1241a67b2..6ba07f7b1a3a461b2a864d23210519d371072014 100644 (file)
@@ -46,6 +46,8 @@ 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_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
     FLAG_INVALID    =8192, ///<if set, frame_code is invalid
 }flag_t;