aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2025-02-19 15:42:53 -0300
committerJames Almer <jamrial@gmail.com>2025-03-28 14:33:07 -0300
commitb439ea432077f694b103438b36341f6003d2c399 (patch)
treea6160e33ecee043fa49b0e7da7f850917ecf6aa8
parentbd58a68dbc8f7eac1ab3722e0267278c04ef55a5 (diff)
downloadffmpeg-b439ea432077f694b103438b36341f6003d2c399.tar.gz
avcodec/version_major: postpone some deprecations until the next bump
They are either too recent, or need more work before they can be removed. 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 2abc6a9190..b4f4936786 100644
--- a/libavcodec/version_major.h
+++ b/libavcodec/version_major.h
@@ -37,15 +37,15 @@
* at once through the bump. This improves the git bisect-ability of the change.
*/
-#define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 62)
+#define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 63)
-#define FF_API_V408_CODECID (LIBAVCODEC_VERSION_MAJOR < 62)
+#define FF_API_V408_CODECID (LIBAVCODEC_VERSION_MAJOR < 63)
#define FF_API_CODEC_PROPS (LIBAVCODEC_VERSION_MAJOR < 63)
// reminder to remove the OMX encoder on next major bump
-#define FF_CODEC_OMX (LIBAVCODEC_VERSION_MAJOR < 62)
+#define FF_CODEC_OMX (LIBAVCODEC_VERSION_MAJOR < 63)
// reminder to remove Sonic Lossy/Lossless encoders on next major bump
-#define FF_CODEC_SONIC_ENC (LIBAVCODEC_VERSION_MAJOR < 62)
+#define FF_CODEC_SONIC_ENC (LIBAVCODEC_VERSION_MAJOR < 63)
// reminder to remove Sonic decoder on next-next major bump
#define FF_CODEC_SONIC_DEC (LIBAVCODEC_VERSION_MAJOR < 63)