mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
m4v/m4a are usual itunes/ipod/iphone extensions
Originally committed as revision 13737 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d88812a91f
commit
ccec1b69c0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user