diff options
author | James Almer <jamrial@gmail.com> | 2025-02-19 15:42:00 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-03-28 14:33:07 -0300 |
commit | ef8bf6ca243f902cb03360cbeee444a922d7e42a (patch) | |
tree | 245dfb7871f081219b39953751522284142d07c2 | |
parent | b2564b0ab8ca84429aefd7907eb32526d07516b1 (diff) | |
download | ffmpeg-ef8bf6ca243f902cb03360cbeee444a922d7e42a.tar.gz |
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 <jamrial@gmail.com>
-rw-r--r-- | libavformat/version_major.h | 4 |
1 files 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 |