[FFmpeg-cvslog] avformat/version: postpone the remaining API deprecations

James Almer git at videolan.org
Thu Feb 9 16:38:16 EET 2023


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Jan 12 08:55:32 2023 -0300| [c52b1c283e30c0985cf062248eb1dd8fb0485966] | committer: Anton Khirnov

avformat/version: postpone the remaining API deprecations

They are either too recent, or still need work like FF_API_COMPUTE_PKT_FIELDS2.

Signed-off-by: James Almer <jamrial at gmail.com>

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

 libavformat/version_major.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavformat/version_major.h b/libavformat/version_major.h
index 1db8e7600e..b11f811383 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 < 60)
-#define FF_API_GET_END_PTS              (LIBAVFORMAT_VERSION_MAJOR < 60)
-#define FF_API_AVIODIRCONTEXT           (LIBAVFORMAT_VERSION_MAJOR < 60)
+#define FF_API_COMPUTE_PKT_FIELDS2      (LIBAVFORMAT_VERSION_MAJOR < 61)
+#define FF_API_GET_END_PTS              (LIBAVFORMAT_VERSION_MAJOR < 61)
+#define FF_API_AVIODIRCONTEXT           (LIBAVFORMAT_VERSION_MAJOR < 61)
 
 
 #define FF_API_R_FRAME_RATE            1



More information about the ffmpeg-cvslog mailing list