diff options
author | David Conrad <lessen42@gmail.com> | 2010-04-21 06:36:09 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2010-04-21 06:36:09 +0000 |
commit | 7221579b0cf08e263827542c2ac767016c657d55 (patch) | |
tree | 6573f9f263e1e42c078ef7df8d1dbc259f74d02d /libavformat/isom.h | |
parent | dc75e4e3b33bc9582b4562003cd3160601bf7b6c (diff) | |
download | ffmpeg-7221579b0cf08e263827542c2ac767016c657d55.tar.gz |
mov: Read QuickTime chapters
Originally committed as revision 22928 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 2661e8d620..92997a7962 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -138,6 +138,7 @@ typedef struct MOVContext { MOVTrackExt *trex_data; unsigned trex_count; int itunes_metadata; ///< metadata are itunes style + int chapter_track; } MOVContext; int ff_mp4_read_descr_len(ByteIOContext *pb); |