[FFmpeg-cvslog] r17938 - trunk/libavformat/movenc.c

Reimar Döffinger Reimar.Doeffinger
Wed Mar 11 09:18:13 CET 2009


On Wed, Mar 11, 2009 at 09:03:43AM +0100, bcoudurier wrote:
> Author: bcoudurier
> Date: Wed Mar 11 09:03:42 2009
> New Revision: 17938
> 
> Log:
> ipod supports both subs tags
> 
> Modified:
>    trunk/libavformat/movenc.c
> 
> Modified: trunk/libavformat/movenc.c
> ==============================================================================
> --- trunk/libavformat/movenc.c	Wed Mar 11 09:02:59 2009	(r17937)
> +++ trunk/libavformat/movenc.c	Wed Mar 11 09:03:42 2009	(r17938)
> @@ -570,6 +570,7 @@ static const AVCodecTag codec_ipod_tags[
>      { CODEC_ID_ALAC,   MKTAG('a','l','a','c') },
>      { CODEC_ID_AC3,    MKTAG('a','c','-','3') },
>      { CODEC_ID_MOV_TEXT, MKTAG('t','x','3','g') },
> +    { CODEC_ID_MOV_TEXT, MKTAG('t','e','x','t') },
>      { CODEC_ID_NONE, 0 },
>  };

Are those really identical format? I thought one supported some extended
formatting and the other did not, but I may be confusing that with
something else...




More information about the ffmpeg-cvslog mailing list