mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
.m1v and .m2a (feature req #1178960)
Originally committed as revision 4431 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5b2ad9f520
commit
e0827ba440
@ -350,7 +350,7 @@ AVInputFormat mp3_iformat = {
|
||||
mp3_read_header,
|
||||
mp3_read_packet,
|
||||
mp3_read_close,
|
||||
.extensions = "mp2,mp3", /* XXX: use probe */
|
||||
.extensions = "mp2,mp3,m2a", /* XXX: use probe */
|
||||
};
|
||||
|
||||
#ifdef CONFIG_ENCODERS
|
||||
@ -359,9 +359,9 @@ AVOutputFormat mp2_oformat = {
|
||||
"MPEG audio layer 2",
|
||||
"audio/x-mpeg",
|
||||
#ifdef CONFIG_MP3LAME
|
||||
"mp2",
|
||||
"mp2,m2a",
|
||||
#else
|
||||
"mp2,mp3",
|
||||
"mp2,mp3,m2a",
|
||||
#endif
|
||||
0,
|
||||
CODEC_ID_MP2,
|
||||
|
@ -479,7 +479,7 @@ AVOutputFormat mpeg1video_oformat = {
|
||||
"mpeg1video",
|
||||
"MPEG video",
|
||||
"video/x-mpeg",
|
||||
"mpg,mpeg",
|
||||
"mpg,mpeg,m1v",
|
||||
0,
|
||||
0,
|
||||
CODEC_ID_MPEG1VIDEO,
|
||||
|
Loading…
Reference in New Issue
Block a user