summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-23 17:00:06 -0300
committerJames Almer <jamrial@gmail.com>2017-10-23 17:00:06 -0300
commitfb41bad7e051240017bc4cc79c50ea36ac12b96c (patch)
treec5d8117daa10b10ef34273c9abe930d43c61ea39 /libavcodec/version.h
parent3e0a16f0033390a32f8d96c0bd1040030c89e1c0 (diff)
avodec/vaapi: drop deprecated vaapi_context fields
Deprecated in 07/2015. Signed-off-by: James Almer <jamrial@gmail.com>
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 6c52ae983c..8fbbe6cd96 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -57,9 +57,6 @@
#ifndef FF_API_DEBUG_MV
#define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
-#ifndef FF_API_VAAPI_CONTEXT
-#define FF_API_VAAPI_CONTEXT (LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_AVCTX_TIMEBASE
#define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 59)
#endif