summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-13 20:01:09 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-13 20:01:09 +0000
commit42abeeae3f3199b38a351e21d8b246921cccd449 (patch)
tree572654d8deb4e6400061309c685ac98ef9e73171 /libavformat/nut.h
parent501f162fdee4118b5503b3a686c871c3f885a760 (diff)
update flags
Originally committed as revision 11929 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index 1636527ed2..6ba07f7b1a 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -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;