[FFmpeg-cvslog] r24003 - in trunk/libavformat: avformat.h matroskadec.c

Jai Menon jmenon86
Fri Jul 2 19:40:08 CEST 2010


On Fri, Jul 2, 2010 at 10:25 PM, Jai Menon <jmenon86 at gmail.com> wrote:
> On Fri, Jul 2, 2010 at 10:08 PM, aurel <subversion at mplayerhq.hu> wrote:
>> Author: aurel
>> Date: Fri Jul ?2 18:38:44 2010
>> New Revision: 24003
>>
>> Log:
>> add AV_DISPOSITION_FORCED flag and use it in matroska demuxer
>>
>> Modified:
>> ? trunk/libavformat/avformat.h
>> ? trunk/libavformat/matroskadec.c
>>
>> Modified: trunk/libavformat/avformat.h
>> ==============================================================================
>> --- trunk/libavformat/avformat.h ? ? ? ?Fri Jul ?2 17:57:56 2010 ? ? ? ?(r24002)
>> +++ trunk/libavformat/avformat.h ? ? ? ?Fri Jul ?2 18:38:44 2010 ? ? ? ?(r24003)
>> @@ -396,6 +396,10 @@ typedef struct AVIndexEntry {
>> ?#define AV_DISPOSITION_COMMENT ? 0x0008
>> ?#define AV_DISPOSITION_LYRICS ? ?0x0010
>> ?#define AV_DISPOSITION_KARAOKE ? 0x0020
>> +/** Track should be used during playback by default.
>> + ? ?Useful for subtitle track that should be displayed
>> + ? ?even when user did not explicitly ask for subtitles. */
>> +#define AV_DISPOSITION_FORCED ? ?0x0040
>
> missing minor bump?

went ahead and did this.

-- 
Jai Menon



More information about the ffmpeg-cvslog mailing list