aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-23 14:59:23 -0300
committerJames Almer <jamrial@gmail.com>2017-10-23 14:59:23 -0300
commit51b88c3d4eb5838975b7338bc85a77a38b3f1af8 (patch)
tree941a349f54ab4310ee774fc8453487a7e257e91a /libavcodec/version.h
parentd8a124e7ebc0c737ad398664bd0d55ac4f7f7ae3 (diff)
parent0c7986df444273b0e53d3992ba9cc1108bd6a386 (diff)
downloadffmpeg-51b88c3d4eb5838975b7338bc85a77a38b3f1af8.tar.gz
Merge commit '0c7986df444273b0e53d3992ba9cc1108bd6a386'
* commit '0c7986df444273b0e53d3992ba9cc1108bd6a386': lavc: Drop deprecated workaround bugs options Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index b09beaa3b9..cf24b41331 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -57,12 +57,6 @@
#ifndef FF_API_DEBUG_MV
#define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
-#ifndef FF_API_AC_VLC
-#define FF_API_AC_VLC (LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
-#ifndef FF_API_OLD_MSMPEG4
-#define FF_API_OLD_MSMPEG4 (LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_ASPECT_EXTENDED
#define FF_API_ASPECT_EXTENDED (LIBAVCODEC_VERSION_MAJOR < 58)
#endif