aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 21:12:27 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 21:15:57 +0200
commit76cac7ed45fbb67edfb8c296798b6b83466d66f7 (patch)
tree928dd7376f0ea192604763c867153d3e3d1b9bea /libavcodec/version.h
parent64c33f9624eeed375e7a73fba46700d7ba18adc8 (diff)
downloadffmpeg-76cac7ed45fbb67edfb8c296798b6b83466d66f7.tar.gz
avcodec: remove deprecated old video 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 5a76b7f597..6d3e3c5af6 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_VIDEO
-#define FF_API_OLD_ENCODE_VIDEO (LIBAVCODEC_VERSION_MAJOR < 57)
-#endif
#ifndef FF_API_CODEC_ID
#define FF_API_CODEC_ID (LIBAVCODEC_VERSION_MAJOR < 57)
#endif