[FFmpeg-cvslog] lavu: bump minor and add APIchanges entries for the new channel positions
Lynne
git at videolan.org
Sun Jun 2 20:19:38 EEST 2024
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sun Jun 2 19:05:28 2024 +0200| [63e166d8028becb0fceff1648c17da9d3b0968dd] | committer: Lynne
lavu: bump minor and add APIchanges entries for the new channel positions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63e166d8028becb0fceff1648c17da9d3b0968dd
---
doc/APIchanges | 6 ++++++
libavutil/version.h | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 60f056b863..e36a01336c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,12 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-06-02 - xxxxxxxxxx - lavu 59.21.100 - channel_layout.h
+ Add AV_CHAN_SIDE_SURROUND_RIGHT and AV_CH_SIDE_SURROUND_LEFT.
+ Add AV_CHAN_SIDE_SURROUND_RIGHT and AV_CH_SIDE_SURROUND_RIGHT.
+ Add AV_CHAN_TOP_SURROUND_LEFT and AV_CH_TOP_SURROUND_LEFT.
+ Add AV_CHAN_TOP_SURROUND_RIGHT and AV_CH_TOP_SURROUND_RIGHT.
+
2024-05-23 - xxxxxxxxxx - lavu 59.20.100 - channel_layout.h
Add av_channel_layout_ambisonic_order().
diff --git a/libavutil/version.h b/libavutil/version.h
index 9c7146c228..9d08d56884 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 59
-#define LIBAVUTIL_VERSION_MINOR 20
+#define LIBAVUTIL_VERSION_MINOR 21
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list