[FFmpeg-cvslog] Bump minor libavfilter version and add Changelog entry

Paul B Mahol git at videolan.org
Mon Aug 14 12:35:14 EEST 2023


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Aug 14 11:24:12 2023 +0200| [c7049013247ac6c4851cf1b4ad6e22f0461a775a] | committer: Paul B Mahol

Bump minor libavfilter version and add Changelog entry

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

 Changelog             | 2 ++
 libavfilter/version.h | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index 3d20acc44a..c010e86159 100644
--- a/Changelog
+++ b/Changelog
@@ -29,6 +29,8 @@ version <next>:
 - transpose_vt filter for videotoolbox
 - support for the P_SKIP hinting to speed up libx264 encoding
 - Support HEVC,VP9,AV1 codec in enhanced flv format
+- apsnr and asisdr audio filters
+
 
 version 6.0:
 - Radiance HDR image support
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 4a69d6be98..8f4a7a9cd3 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
 
 #include "version_major.h"
 
-#define LIBAVFILTER_VERSION_MINOR  10
+#define LIBAVFILTER_VERSION_MINOR  11
 #define LIBAVFILTER_VERSION_MICRO 100
 
 



More information about the ffmpeg-cvslog mailing list