aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-08-14 11:24:12 +0200
committerPaul B Mahol <onemda@gmail.com>2023-08-14 11:24:12 +0200
commitc7049013247ac6c4851cf1b4ad6e22f0461a775a (patch)
tree412d6db8544a5857d1537609625ba995755be544
parent24c013369dee69b87b517d6a7d71644d094a4e46 (diff)
downloadffmpeg-c7049013247ac6c4851cf1b4ad6e22f0461a775a.tar.gz
Bump minor libavfilter version and add Changelog entry
-rw-r--r--Changelog2
-rw-r--r--libavfilter/version.h2
2 files changed, 3 insertions, 1 deletions
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