diff options
author | François Revol <revol@free.fr> | 2005-03-12 13:31:03 +0000 |
---|---|---|
committer | François Revol <revol@free.fr> | 2005-03-12 13:31:03 +0000 |
commit | fcc872422e0c940dae067d6752fc721f9aeb913e (patch) | |
tree | bb49e8280c056a970cbe1d54279202321fe906e6 /libavformat/mov.c | |
parent | 0149db666854b9bb2e640c5e929289f9c4b821f3 (diff) | |
download | ffmpeg-fcc872422e0c940dae067d6752fc721f9aeb913e.tar.gz |
Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>
Originally committed as revision 4033 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 280d2334e8..cb0752bc7e 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -103,6 +103,7 @@ static const CodecTag mov_video_tags[] = { { CODEC_ID_MPEG4, MKTAG('m', 'p', '4', 'v') }, { CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') }, /* OpenDiVX *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */ { CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'D') }, + { CODEC_ID_MPEG4, MKTAG('3', 'I', 'V', '2') }, /* experimental: 3IVX files before ivx D4 4.5.1 */ /* { CODEC_ID_, MKTAG('I', 'V', '5', '0') }, *//* Indeo 5.0 */ { CODEC_ID_H263, MKTAG('h', '2', '6', '3') }, /* H263 */ { CODEC_ID_H263, MKTAG('s', '2', '6', '3') }, /* H263 ?? works */ |