aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-23 16:28:38 -0300
committerJames Almer <jamrial@gmail.com>2017-10-23 16:28:38 -0300
commit5a2e581879b8901b8660b82ff8d333d18fc629ff (patch)
treef23f44735c3c45ec6a8bf89db168ab403a24cf99 /libavcodec/version.h
parentb79a7da36faa6bb5914b04800b548e99eb3b81ca (diff)
parent4476027d93680cd88d2f75ef1cef5b0c276a8704 (diff)
downloadffmpeg-5a2e581879b8901b8660b82ff8d333d18fc629ff.tar.gz
Merge commit '4476027d93680cd88d2f75ef1cef5b0c276a8704'
* commit '4476027d93680cd88d2f75ef1cef5b0c276a8704': lavc: Drop deprecated avctx codec name 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 e0be3d5021..3ad0db30ca 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_CODEC_NAME
-#define FF_API_CODEC_NAME (LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_AFD
#define FF_API_AFD (LIBAVCODEC_VERSION_MAJOR < 58)
#endif