diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-05-09 22:16:14 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-05-09 22:16:14 +0000 |
commit | 8b82a9567547f1ca7ab54f97982e180f42795664 (patch) | |
tree | 2c00a56ee1166a3421470397d759f0573303d4eb /libavformat/mov.c | |
parent | a466e345e41253aa2c8cf9d62ff32be8d2cde0fa (diff) | |
download | ffmpeg-8b82a9567547f1ca7ab54f97982e180f42795664.tar.gz |
svq3 decoder by anonymous
Originally committed as revision 1845 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 6b1b8e6690..e420aa4d3b 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -108,6 +108,7 @@ static const CodecTag mov_video_tags[] = { { CODEC_ID_SVQ1, MKTAG('S', 'V', 'Q', '1') }, /* Sorenson Video v1 */ { CODEC_ID_SVQ1, MKTAG('s', 'v', 'q', '1') }, /* Sorenson Video v1 */ { CODEC_ID_SVQ1, MKTAG('s', 'v', 'q', 'i') }, /* Sorenson Video v1 (from QT specs)*/ + { CODEC_ID_SVQ3, MKTAG('S', 'V', 'Q', '3') }, /* Sorenson Video v3 */ { 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_, MKTAG('I', 'V', '5', '0') }, *//* Indeo 5.0 */ |