summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 21:11:44 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 21:15:55 +0200
commit64c33f9624eeed375e7a73fba46700d7ba18adc8 (patch)
tree53941b4f78ba0fd549ff13f5b66d6a5bdb987f99 /libavcodec/version.h
parent2c8ee2547ef10bc95a7fe5ceaef1c42802b1e2af (diff)
avcodec: remove deprecated old audio encode API
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 454ddcd30b..5a76b7f597 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -55,9 +55,6 @@
#ifndef FF_API_VIMA_DECODER
#define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
-#ifndef FF_API_OLD_ENCODE_AUDIO
-#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 57)
-#endif
#ifndef FF_API_OLD_ENCODE_VIDEO
#define FF_API_OLD_ENCODE_VIDEO (LIBAVCODEC_VERSION_MAJOR < 57)
#endif