[FFmpeg-devel] [PATCH 3/4] mov: Read QuickTime chapters
Baptiste Coudurier
baptiste.coudurier
Mon Apr 19 23:31:59 CEST 2010
Hi,
On 04/19/2010 10:24 AM, David Conrad wrote:
> ---
> libavformat/isom.h | 1 +
> libavformat/mov.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 79 insertions(+), 0 deletions(-)
>
> diff --git a/libavformat/isom.h b/libavformat/isom.h
> index 2661e8d..245d894 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 qt_chapter_track;
> } MOVContext;
Same comment about qt_ prefix.
[...]
Except that patch ok.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-devel
mailing list