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