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:
authorAnton Khirnov <anton@khirnov.net>2012-01-22 13:56:42 +0400
committerAnton Khirnov <anton@khirnov.net>2012-01-27 13:38:33 +0400
commit6c8dab98b87040ab3d5d31b91a46eb4aed8f1f30 (patch)
tree55f2843081ebd35cdc48c9d32ae69aecbea195bc /libavcodec/version.h
parent9ce2a91b842bdb99fae0f153c5317d786a3f38d8 (diff)
lavc: remove disabled FF_API_PALETTE_CONTROL cruft.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 570c415835..f3a8be6294 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -38,9 +38,6 @@
* Those FF_API_* defines are not part of public API.
* They may change, break or disappear at any time.
*/
-#ifndef FF_API_PALETTE_CONTROL
-#define FF_API_PALETTE_CONTROL (LIBAVCODEC_VERSION_MAJOR < 54)
-#endif
#ifndef FF_API_OLD_SAMPLE_FMT
#define FF_API_OLD_SAMPLE_FMT (LIBAVCODEC_VERSION_MAJOR < 54)
#endif