From ef8bf6ca243f902cb03360cbeee444a922d7e42a Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 19 Feb 2025 15:42:00 -0300 Subject: [PATCH] avformat/version_major: postpone some deprecations until the next bump They are either too recent, or are not trivial to remove. Signed-off-by: James Almer --- libavformat/version_major.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/version_major.h b/libavformat/version_major.h index f5efa4db33..be3e13c334 100644 --- a/libavformat/version_major.h +++ b/libavformat/version_major.h @@ -41,9 +41,9 @@ * at once through the bump. This improves the git bisect-ability of the change. * */ -#define FF_API_COMPUTE_PKT_FIELDS2 (LIBAVFORMAT_VERSION_MAJOR < 62) +#define FF_API_COMPUTE_PKT_FIELDS2 (LIBAVFORMAT_VERSION_MAJOR < 63) -#define FF_API_INTERNAL_TIMING (LIBAVFORMAT_VERSION_MAJOR < 62) +#define FF_API_INTERNAL_TIMING (LIBAVFORMAT_VERSION_MAJOR < 63) #define FF_API_R_FRAME_RATE 1