aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-01-22 10:43:49 -0300
committerJames Almer <jamrial@gmail.com>2024-03-07 08:53:30 -0300
commit118948cbac6b67edbcd4861395fe234afe89db37 (patch)
tree996191c8ec97a4987a72b4fc141960cce152dfc2
parent583cf2a86990a64e2a83981b1faec0fb448d899a (diff)
downloadffmpeg-118948cbac6b67edbcd4861395fe234afe89db37.tar.gz
avcodec/version_major: postpone some deprecations until the next bump
They are either too recent, or can't be removed yet. Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavcodec/version_major.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/version_major.h b/libavcodec/version_major.h
index 89bad7ee6c..bdf3dc494b 100644
--- a/libavcodec/version_major.h
+++ b/libavcodec/version_major.h
@@ -37,10 +37,10 @@
* at once through the bump. This improves the git bisect-ability of the change.
*/
-#define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 61)
-#define FF_API_SUBFRAMES (LIBAVCODEC_VERSION_MAJOR < 61)
-#define FF_API_TICKS_PER_FRAME (LIBAVCODEC_VERSION_MAJOR < 61)
-#define FF_API_DROPCHANGED (LIBAVCODEC_VERSION_MAJOR < 61)
+#define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 62)
+#define FF_API_SUBFRAMES (LIBAVCODEC_VERSION_MAJOR < 62)
+#define FF_API_TICKS_PER_FRAME (LIBAVCODEC_VERSION_MAJOR < 62)
+#define FF_API_DROPCHANGED (LIBAVCODEC_VERSION_MAJOR < 62)
#define FF_API_AVFFT (LIBAVCODEC_VERSION_MAJOR < 62)
#define FF_API_FF_PROFILE_LEVEL (LIBAVCODEC_VERSION_MAJOR < 62)