[FFmpeg-cvslog] r25745 - in trunk: ffmpeg.c libavcodec/avcodec.h libavformat/utils.c

Aurelien Jacobs aurel
Sun Nov 14 18:30:43 CET 2010


On Sat, Nov 13, 2010 at 03:08:20PM +0100, Stefano Sabatini wrote:
> On date Saturday 2010-11-13 14:57:49 +0100, aurel wrote:
> > Author: aurel
> [...]
> > Modified: trunk/libavcodec/avcodec.h
> > ==============================================================================
> > --- trunk/libavcodec/avcodec.h	Sat Nov 13 14:55:01 2010	(r25744)
> > +++ trunk/libavcodec/avcodec.h	Sat Nov 13 14:57:49 2010	(r25745)
> > @@ -2757,6 +2757,17 @@ typedef struct AVCodecContext {
> >       * - decoding: unused
> >       */
> >      int slices;
> > +
> > +    /**
> > +     * Header containing style information for text subtitles.
> > +     * For SUBTITLE_ASS subtitle type, it should contain the whole ASS
> > +     * [Script Info] and [V4+ Styles] section, plus the [Events] line and
> > +     * the Format line following. It shouldn't include any Dialogue line.
> > +     * - encoding: Set/allocated/freed by user (before avcodec_open())
> > +     * - decoding: Set/allocated/freed by libavcodec (by avcodec_open())
> > +     */
> > +    uint8_t *subtitle_header;
> > +    int subtitle_header_size;
> >  } AVCodecContext;
> 
> Missing minor bump + APIchanges entry.

Done.

Aurel



More information about the ffmpeg-cvslog mailing list