[FFmpeg-cvslog] avformat/version_major: postpone some deprecations until the next bump

James Almer git at videolan.org
Fri Mar 28 19:45:37 EET 2025


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb 19 15:42:00 2025 -0300| [ef8bf6ca243f902cb03360cbeee444a922d7e42a] | committer: James Almer

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 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef8bf6ca243f902cb03360cbeee444a922d7e42a
---

 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
 



More information about the ffmpeg-cvslog mailing list