Commit 25b44613 authored by bcoudurier's avatar bcoudurier

m4v/m4a are usual itunes/ipod/iphone extensions

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13737 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a6a1892
......@@ -1690,7 +1690,7 @@ AVOutputFormat mp4_muxer = {
"mp4",
NULL_IF_CONFIG_SMALL("MP4 format"),
"application/mp4",
"mp4,m4a",
"mp4",
sizeof(MOVContext),
CODEC_ID_AAC,
CODEC_ID_MPEG4,
......@@ -1738,7 +1738,7 @@ AVOutputFormat ipod_muxer = {
"ipod",
NULL_IF_CONFIG_SMALL("iPod H.264 MP4 format"),
"application/mp4",
NULL,
"m4v,m4a",
sizeof(MOVContext),
CODEC_ID_AAC,
CODEC_ID_H264,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment