aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-21 23:48:29 -0300
committerJames Almer <jamrial@gmail.com>2017-10-21 23:48:29 -0300
commit17487f11bb68b1d43a5d1048749cef7f627bacdb (patch)
tree97c6dc7a2d23ba6d65876b92ae8c7919c5df51f7 /libavcodec/version.h
parentc68a3ab96ec0497ae2d627ddd30c61737d18173e (diff)
parent5c1585c4c3b5281835d784c5daef0069915ccd57 (diff)
downloadffmpeg-17487f11bb68b1d43a5d1048749cef7f627bacdb.tar.gz
Merge commit '5c1585c4c3b5281835d784c5daef0069915ccd57'
* commit '5c1585c4c3b5281835d784c5daef0069915ccd57': lavc: Drop deprecated VDPAU buffer fields Merged-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 0335a2868c..55b7cfff11 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -57,9 +57,6 @@
#ifndef FF_API_LOWRES
#define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 59)
#endif
-#ifndef FF_API_BUFS_VDPAU
-#define FF_API_BUFS_VDPAU (LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_VOXWARE
#define FF_API_VOXWARE (LIBAVCODEC_VERSION_MAJOR < 58)
#endif