From a0c5917f86a6ff0d91d7f9af71afca0d43c14825 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 24 Sep 2012 17:57:14 +0200 Subject: Drop Snow codec Snow is a toy codec with no real-world use and horrible code. --- libavformat/riff.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index 79b2670481..95c079e561 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -231,7 +231,6 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_TRUEMOTION1, MKTAG('P', 'V', 'E', 'Z') }, { AV_CODEC_ID_MSZH, MKTAG('M', 'S', 'Z', 'H') }, { AV_CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') }, - { AV_CODEC_ID_SNOW, MKTAG('S', 'N', 'O', 'W') }, { AV_CODEC_ID_4XM, MKTAG('4', 'X', 'M', 'V') }, { AV_CODEC_ID_FLV1, MKTAG('F', 'L', 'V', '1') }, { AV_CODEC_ID_FLASHSV, MKTAG('F', 'S', 'V', '1') }, -- cgit v1.2.3