aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-26 10:42:02 +0100
committerJames Almer <jamrial@gmail.com>2021-04-27 10:43:07 -0300
commitf34521266ec5816eefa4c10db6098cb91e03c695 (patch)
treeca7c2770db20f09b53b1577ecaa1f7c85f438487 /libavcodec/version.h
parente1e975869dfd6f77f606e0ad00006432d3fc8af7 (diff)
downloadffmpeg-f34521266ec5816eefa4c10db6098cb91e03c695.tar.gz
avcodec/parser: Remove deprecated av_parser_change
Deprecated in 9a07c1332cfe092b57b5758f22b686ca58806c60. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> 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 f5780bd8aa..6c64e32b6d 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -69,9 +69,6 @@
#ifndef FF_API_OLD_ENCDEC
#define FF_API_OLD_ENCDEC (LIBAVCODEC_VERSION_MAJOR < 59)
#endif
-#ifndef FF_API_PARSER_CHANGE
-#define FF_API_PARSER_CHANGE (LIBAVCODEC_VERSION_MAJOR < 59)
-#endif
#ifndef FF_API_THREAD_SAFE_CALLBACKS
#define FF_API_THREAD_SAFE_CALLBACKS (LIBAVCODEC_VERSION_MAJOR < 60)
#endif