mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
hook this up to the CYUV decoder
Originally committed as revision 1564 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c78f73c8c1
commit
1e711bd603
@ -86,6 +86,8 @@ const CodecTag codec_bmp_tags[] = {
|
||||
{ CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
|
||||
{ CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') },
|
||||
{ CODEC_ID_HUFFYUV, MKTAG('h', 'f', 'y', 'u') },
|
||||
{ CODEC_ID_CYUV, MKTAG('C', 'Y', 'U', 'V') },
|
||||
{ CODEC_ID_CYUV, MKTAG('c', 'y', 'u', 'v') },
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user