PR #23073 opened by toots
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23073
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23073.patch


>From 9364e237674ae46bbae2e652b42be64b8279f57b Mon Sep 17 00:00:00 2001
From: Romain Beauxis <[email protected]>
Date: Mon, 11 May 2026 09:55:41 -0500
Subject: [PATCH] doc/APIchanges: add entry for FF_FDEBUG_ID3V2

---
 doc/APIchanges        | 3 +++
 libavformat/version.h | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 94fec16cae..e637c5f333 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28
 
 API changes, most recent first:
 
+2026-04-29 - 910d796430d - lavf 62.16.100 - avformat.h
+  Add FF_FDEBUG_ID3V2 debug flag.
+
 2026-05-05 - xxxxxxxxxxx - lavf 62.15.100 - avformat.h
   Add av_program_copy().
 
diff --git a/libavformat/version.h b/libavformat/version.h
index eaf74946de..9e1f484db4 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
 
 #include "version_major.h"
 
-#define LIBAVFORMAT_VERSION_MINOR  15
+#define LIBAVFORMAT_VERSION_MINOR  16
 #define LIBAVFORMAT_VERSION_MICRO 100
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
-- 
2.52.0

_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to