diff options
author | Alex Converse | 2011-10-10 12:50:00 -0700 |
---|---|---|
committer | Alex Converse | 2011-10-28 14:54:14 -0700 |
commit | c5302670244bd587d6ff3b6e8ef73451d1c01211 (patch) | |
tree | 225e7cbde53539b85b7b8b4975bf455dcd91e701 /libavformat/isom.h | |
parent | 4682a1dc3aa2554ad7077f5db32d0f2d598d018e (diff) |
mpegts: MP4 OD support
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 838eb42f97..04edb1f1cf 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -148,6 +148,7 @@ int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag); int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb); void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id); +#define MP4ODescrTag 0x01 #define MP4IODescrTag 0x02 #define MP4ESDescrTag 0x03 #define MP4DecConfigDescrTag 0x04 |