From c7049013247ac6c4851cf1b4ad6e22f0461a775a Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 14 Aug 2023 11:24:12 +0200 Subject: [PATCH] Bump minor libavfilter version and add Changelog entry --- 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 : - 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