summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-23 16:31:50 -0300
committerJames Almer <jamrial@gmail.com>2017-10-23 16:31:50 -0300
commit2ccd00dabd5ab4fa2550377be823a521df80c141 (patch)
tree6a91d11df569a791c8925cb7efc5c57a09ca152f /libavcodec/version.h
parent5a2e581879b8901b8660b82ff8d333d18fc629ff (diff)
parent5182a28b5de060c51c21b36053ab205bfbbbbe31 (diff)
downloadffmpeg-2ccd00dabd5ab4fa2550377be823a521df80c141.tar.gz
Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'
* commit '5182a28b5de060c51c21b36053ab205bfbbbbe31': lavc: Drop deprecated global afd field 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 3ad0db30ca..aa2e6a173f 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_AFD
-#define FF_API_AFD (LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_VISMV
/* XXX: don't forget to drop the -vismv documentation */
#define FF_API_VISMV (LIBAVCODEC_VERSION_MAJOR < 58)