[FFmpeg-cvslog] r25745 - in trunk: ffmpeg.c libavcodec/avcodec.h libavformat/utils.c
Stefano Sabatini
stefano.sabatini-lala
Sat Nov 13 15:08:20 CET 2010
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.
--
FFmpeg = Formidable Fundamental Monstrous Perennial Enhancing Gargoyle
More information about the ffmpeg-cvslog
mailing list