[FFmpeg-cvslog] avcodec/version: bump minor version to accommodate spatial audio detection

Marth64 git at videolan.org
Thu Mar 2 15:00:29 EET 2023


ffmpeg | branch: master | Marth64 <marth64 at proxyid.net> | Fri Feb 17 19:14:57 2023 -0600| [373ef1c4faed714963a688209871acfe1fca46a7] | committer: Hendrik Leppkes

avcodec/version: bump minor version to accommodate spatial audio detection

Signed-off-by: Marth64 <marth64 at proxyid.net>

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

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

diff --git a/doc/APIchanges b/doc/APIchanges
index 9f851c7346..14737223cb 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-03-02 - xxxxxxxxxx - lavc 60.6.100 - avcodec.h
+  Add FF_PROFILE_EAC3_DDP_ATMOS, FF_PROFILE_TRUEHD_ATMOS,
+  FF_PROFILE_DTS_HD_MA_X and FF_PROFILE_DTS_HD_MA_X_IMAX.
+
 2023-02-25 - xxxxxxxxxx - lavc 60.5.100 - avcodec.h
   Add FF_PROFILE_HEVC_SCC.
 
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 7aa95fc3f1..da54f87887 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
 
 #include "version_major.h"
 
-#define LIBAVCODEC_VERSION_MINOR   5
+#define LIBAVCODEC_VERSION_MINOR   6
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list