Browse Source

hook this up to the CYUV decoder

Originally committed as revision 1564 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Mike Melanson 22 years ago
parent
commit
1e711bd603
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/avienc.c

+ 2
- 0
libavformat/avienc.c View File

@@ -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…
Cancel
Save