diff options
author | Ben Littler <tempn@twmi.rr.com> | 2008-12-16 03:49:26 +0000 |
---|---|---|
committer | Ben Littler <tempn@twmi.rr.com> | 2008-12-16 03:49:26 +0000 |
commit | a9cf309b961293020d260d622bafb047c16946d0 (patch) | |
tree | 41eba700832b21235526585869542504ad71107e /libavformat/riff.c | |
parent | c6340f86a3e6f7d1439f716c7374c77e1beb73af (diff) | |
download | ffmpeg-a9cf309b961293020d260d622bafb047c16946d0.tar.gz |
QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi
Originally committed as revision 16161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 9ba6f65b9d..b6c67cad6c 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -113,6 +113,7 @@ const AVCodecTag codec_bmp_tags[] = { { CODEC_ID_MJPEG, MKTAG('I', 'J', 'P', 'G') }, { CODEC_ID_MJPEG, MKTAG('A', 'V', 'R', 'n') }, { CODEC_ID_MJPEG, MKTAG('A', 'C', 'D', 'V') }, + { CODEC_ID_MJPEG, MKTAG('Q', 'I', 'V', 'G') }, { CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') }, { CODEC_ID_FFVHUFF, MKTAG('F', 'F', 'V', 'H') }, { CODEC_ID_CYUV, MKTAG('C', 'Y', 'U', 'V') }, |