[FFmpeg-cvslog] lavc: bump minor and add APIchanges entry for new USAC profile
Lynne
git at videolan.org
Sat Jun 8 01:22:58 EEST 2024
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Wed Jun 5 05:04:58 2024 +0200| [91fd6ca000cb87302f5c689de50fcd626939a362] | committer: Lynne
lavc: bump minor and add APIchanges entry for new USAC profile
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91fd6ca000cb87302f5c689de50fcd626939a362
---
doc/APIchanges | 3 +++
libavcodec/version.h | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index e36a01336c..891eaebf1a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-06-08 - xxxxxxxxxx - lavc 61.7.100 - defs.h
+ Add AV_PROFILE_AAC_USAC.
+
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.
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 39dbec0208..7acb261bb3 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,8 +29,8 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 6
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 7
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list