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

Aurelien Jacobs aurel
Fri Jul 2 21:27:55 CEST 2010


On Fri, Jul 02, 2010 at 11:10:08PM +0530, Jai Menon wrote:
> 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.

Thanks.

Aurel



More information about the ffmpeg-cvslog mailing list