[FFmpeg-devel] [PATCH 3/4] mov: Read QuickTime chapters
David Conrad
lessen42
Wed Apr 21 08:36:08 CEST 2010
On Apr 19, 2010, at 5:31 PM, Baptiste Coudurier wrote:
> 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.
Fixed and applied
More information about the ffmpeg-devel
mailing list