ffmpeg | branch: master | Paul B Mahol <[email protected]> | Fri Jul 17 11:39:52 2015 +0000| [ec6bef68f14f08e1295ea9c65fcb8b3f2e53193e] | committer: Paul B Mahol
avfilter: bump minor and add Changelog entry Signed-off-by: Paul B Mahol <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec6bef68f14f08e1295ea9c65fcb8b3f2e53193e --- Changelog | 1 + libavfilter/version.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index b3a3e11..5bf8c8a 100644 --- a/Changelog +++ b/Changelog @@ -17,6 +17,7 @@ version <next>: - Intel QSV-accelerated MPEG-2 video and HEVC encoding - libkvazaar HEVC encoder - erosion, dilation, deflate and inflate video filters +- Dynamic Audio Normalizer as dynaudnorm filter version 2.7: diff --git a/libavfilter/version.h b/libavfilter/version.h index dead46e..d22b2c5 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,8 +30,8 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 5 -#define LIBAVFILTER_VERSION_MINOR 22 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 23 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
