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/matroska.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/matroska.c') diff --git a/libavformat/matroska.c b/libavformat/matroska.c index edb7ab7910..5d1c13406a 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -76,7 +76,6 @@ const CodecTags ff_mkv_codec_tags[]={ {"V_REAL/RV20" , AV_CODEC_ID_RV20}, {"V_REAL/RV30" , AV_CODEC_ID_RV30}, {"V_REAL/RV40" , AV_CODEC_ID_RV40}, - {"V_SNOW" , AV_CODEC_ID_SNOW}, {"V_THEORA" , AV_CODEC_ID_THEORA}, {"V_UNCOMPRESSED" , AV_CODEC_ID_RAWVIDEO}, {"V_VP8" , AV_CODEC_ID_VP8}, -- cgit v1.2.3