From 1e711bd6039bcd2a8cb65a90e63c06d032de5202 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sun, 9 Feb 2003 17:03:32 +0000 Subject: hook this up to the CYUV decoder Originally committed as revision 1564 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avienc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/avienc.c') diff --git a/libavformat/avienc.c b/libavformat/avienc.c index 2f73da1419..b2face1d46 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -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 }, }; -- cgit v1.2.3