From 0e714f889ee4e3a1632a11c345b5b5a1414d8fc5 Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Sun, 18 Mar 2012 15:04:38 -0400 Subject: ZeroCodec Decoder An obscure Japanese lossless video codec, originally intended for use with a remote desktop application. Signed-off-by: Derek Buitenhuis Signed-off-by: Kostya Shishkov --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/riff.c b/libavformat/riff.c index 5b2fd80893..2b6165e990 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -283,6 +283,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'Y', '2') }, { CODEC_ID_VBLE, MKTAG('V', 'B', 'L', 'E') }, { CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') }, + { CODEC_ID_ZEROCODEC, MKTAG('Z', 'E', 'C', 'O') }, { CODEC_ID_NONE, 0 } }; -- cgit v1.2.3