changeset 3452:712d6fab85ee libavformat

m4v/m4a are usual itunes/ipod/iphone extensions
author bcoudurier
date Mon, 09 Jun 2008 22:14:58 +0000
parents 548c70a18d9f
children 3046c8e6ba4f
files movenc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/movenc.c	Mon Jun 09 20:14:09 2008 +0000
+++ b/movenc.c	Mon Jun 09 22:14:58 2008 +0000
@@ -1690,7 +1690,7 @@
     "mp4",
     NULL_IF_CONFIG_SMALL("MP4 format"),
     "application/mp4",
-    "mp4,m4a",
+    "mp4",
     sizeof(MOVContext),
     CODEC_ID_AAC,
     CODEC_ID_MPEG4,
@@ -1738,7 +1738,7 @@
     "ipod",
     NULL_IF_CONFIG_SMALL("iPod H.264 MP4 format"),
     "application/mp4",
-    NULL,
+    "m4v,m4a",
     sizeof(MOVContext),
     CODEC_ID_AAC,
     CODEC_ID_H264,