summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authortjraivio@cc.hut.fi <tjraivio@cc.hut.fi>2005-02-16 23:14:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-16 23:14:38 +0000
commit8536ab896443f75291252f47a590d05b901fb983 (patch)
treeab2c004da859c9934f4566c97d7842e5a532998b /libavformat/mov.c
parent0078e9b9c5ea90ce51bc4a0c1eaff32167256d4d (diff)
quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi)
Originally committed as revision 3959 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 62286930b3..1378b97ec5 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -2239,7 +2239,7 @@ static int mov_read_close(AVFormatContext *s)
}
static AVInputFormat mov_iformat = {
- "mov,mp4,m4a,3gp",
+ "mov,mp4,m4a,3gp,3g2",
"QuickTime/MPEG4 format",
sizeof(MOVContext),
mov_probe,