[FFmpeg-cvslog] avutil: bump minor version after recent commits
James Almer
git at videolan.org
Wed Nov 8 15:14:54 EET 2023
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Nov 8 10:13:50 2023 -0300| [b82957a66a725568226db4746aa220375c2fbad1] | committer: James Almer
avutil: bump minor version after recent commits
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b82957a66a725568226db4746aa220375c2fbad1
---
doc/APIchanges | 4 ++++
libavutil/version.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index d4511ce2dd..12383a28d3 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-11-08 - xxxxxxxxxx - lavu 58.32.100 - channel_layout.h
+ Add AV_CH_LAYOUT_7POINT2POINT3 and AV_CHANNEL_LAYOUT_7POINT2POINT3.
+ Add AV_CH_LAYOUT_9POINT1POINT4_BACK and AV_CHANNEL_LAYOUT_9POINT1POINT4_BACK.
+
2023-10-31 - xxxxxxxxxx - lavu 58.31.100 - pixdesc.h
Add AV_PIX_FMT_FLAG_XYZ.
diff --git a/libavutil/version.h b/libavutil/version.h
index 589a42b0fa..c5fa7c3692 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 58
-#define LIBAVUTIL_VERSION_MINOR 31
+#define LIBAVUTIL_VERSION_MINOR 32
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list