mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi
Originally committed as revision 16161 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c6340f86a3
commit
a9cf309b96
@ -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') },
|
||||
|
Loading…
Reference in New Issue
Block a user