diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-08-24 16:59:30 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-08-25 11:53:21 -0700 |
commit | ad6c7c1b525c7ae365491b4fef7869d31ee88329 (patch) | |
tree | ec0e580b4d5657d1ca4d98e3537eb27941c4a6fc /libavformat/isom.h | |
parent | d4b9974465baf893e90527a366e7a7411ded1ef8 (diff) | |
download | ffmpeg-ad6c7c1b525c7ae365491b4fef7869d31ee88329.tar.gz |
mp4: Handle non-trivial ES Descriptors.
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 ef3fe1484f..838eb42f97 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -146,6 +146,7 @@ typedef struct MOVContext { int ff_mp4_read_descr_len(AVIOContext *pb); 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 MP4IODescrTag 0x02 #define MP4ESDescrTag 0x03 |