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

Robert Swain robert.swain
Tue Jun 10 00:27:29 CEST 2008


2008/6/9 bcoudurier <subversion at mplayerhq.hu>:
> Author: bcoudurier
> Date: Tue Jun 10 00:14:58 2008
> New Revision: 13737
>
> Log:
> m4v/m4a are usual itunes/ipod/iphone extensions
>
> Modified:
>   trunk/libavformat/movenc.c
>
> Modified: trunk/libavformat/movenc.c
> ==============================================================================
> --- trunk/libavformat/movenc.c  (original)
> +++ trunk/libavformat/movenc.c  Tue Jun 10 00:14:58 2008
> @@ -1738,7 +1738,7 @@ AVOutputFormat ipod_muxer = {
>     "ipod",
>     NULL_IF_CONFIG_SMALL("iPod H.264 MP4 format"),

I guess this text needs editing as m4a doesn't apply to H.264...

>     "application/mp4",
> -    NULL,
> +    "m4v,m4a",
>     sizeof(MOVContext),
>     CODEC_ID_AAC,
>     CODEC_ID_H264,

Rob




More information about the ffmpeg-cvslog mailing list