aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-26 08:19:06 +0100
committerJames Almer <jamrial@gmail.com>2021-04-27 10:43:04 -0300
commit4a66fe15880565d006996ac9719a3290b77e9536 (patch)
tree3b841baeb0d6461c889f39f1cd3f6c7bdfcbc597 /libavcodec/version.h
parentd947464ad41ea634ab19f8d631bfc035e4a902c1 (diff)
downloadffmpeg-4a66fe15880565d006996ac9719a3290b77e9536.tar.gz
avcodec/imgconvert: Remove deprecated parts of pixel format API
Deprecated in 617e866e25b72fa5d9f9d6bbcbd7e4bd69e63a54 and 2a54ae9df8cbc1717b3929222ac75f384e2ff240. 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 51d46f5abe..6405e23e2b 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -78,9 +78,6 @@
#ifndef FF_API_OLD_ENCDEC
#define FF_API_OLD_ENCDEC (LIBAVCODEC_VERSION_MAJOR < 59)
#endif
-#ifndef FF_API_AVCODEC_PIX_FMT
-#define FF_API_AVCODEC_PIX_FMT (LIBAVCODEC_VERSION_MAJOR < 59)
-#endif
#ifndef FF_API_MPV_RC_STRATEGY
#define FF_API_MPV_RC_STRATEGY (LIBAVCODEC_VERSION_MAJOR < 59)
#endif