summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-04-19 09:56:40 -0300
committerJames Almer <jamrial@gmail.com>2021-04-27 11:48:05 -0300
commitcb9dbc60db1847fcb594684b92334da54ea8757e (patch)
treeead26366a41cd48921f2c45ee4d5af00444caedf
parent90262f3fb4afe4b903888e45cc40e2116cb69683 (diff)
avcodec: postpone removal of deprecated codec caps
This was deprecated only a year ago Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index de43b6d19b..5df01c0111 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -58,7 +58,7 @@
#define FF_API_OPENH264_CABAC (LIBAVCODEC_VERSION_MAJOR < 59)
#endif
#ifndef FF_API_UNUSED_CODEC_CAPS
-#define FF_API_UNUSED_CODEC_CAPS (LIBAVCODEC_VERSION_MAJOR < 59)
+#define FF_API_UNUSED_CODEC_CAPS (LIBAVCODEC_VERSION_MAJOR < 60)
#endif
#ifndef FF_API_THREAD_SAFE_CALLBACKS
#define FF_API_THREAD_SAFE_CALLBACKS (LIBAVCODEC_VERSION_MAJOR < 60)