Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-09-24 19:57:14 +0400
committerDiego Biurrun <diego@biurrun.de>2013-01-06 19:30:02 +0400
commita0c5917f86a6ff0d91d7f9af71afca0d43c14825 (patch)
treeb19038067509686714ad008a4b8389ad57ad8ec8 /libavcodec/old_codec_ids.h
parent6b8d88808dbc21197281ff4ea5a4660ad19e1bf3 (diff)
Drop Snow codec
Snow is a toy codec with no real-world use and horrible code.
Diffstat (limited to 'libavcodec/old_codec_ids.h')
-rw-r--r--libavcodec/old_codec_ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/old_codec_ids.h b/libavcodec/old_codec_ids.h
index 2b72e38d20..aabc05fb8f 100644
--- a/libavcodec/old_codec_ids.h
+++ b/libavcodec/old_codec_ids.h
@@ -86,7 +86,9 @@
CODEC_ID_MSZH,
CODEC_ID_ZLIB,
CODEC_ID_QTRLE,
+#if FF_API_SNOW
CODEC_ID_SNOW,
+#endif
CODEC_ID_TSCC,
CODEC_ID_ULTI,
CODEC_ID_QDRAW,