summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-07-11 01:16:47 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-07-11 01:16:47 +0000
commite0827ba440dd6a58ba24bbbc8bf708441e5ff88e (patch)
treea61bcc6ca89ad4f94432767907ead686e05ff3a1 /libavformat/raw.c
parent5b2ad9f520c77ab4b41dfb7086680770350a85ed (diff)
.m1v and .m2a (feature req #1178960)
Originally committed as revision 4431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/raw.c')
-rw-r--r--libavformat/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/raw.c b/libavformat/raw.c
index a9e3a90f42..abfce00d30 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -479,7 +479,7 @@ AVOutputFormat mpeg1video_oformat = {
"mpeg1video",
"MPEG video",
"video/x-mpeg",
- "mpg,mpeg",
+ "mpg,mpeg,m1v",
0,
0,
CODEC_ID_MPEG1VIDEO,