Commit ec6bef68 authored by Paul B Mahol's avatar Paul B Mahol

avfilter: bump minor and add Changelog entry

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 297df52f
...@@ -17,6 +17,7 @@ version <next>: ...@@ -17,6 +17,7 @@ version <next>:
- Intel QSV-accelerated MPEG-2 video and HEVC encoding - Intel QSV-accelerated MPEG-2 video and HEVC encoding
- libkvazaar HEVC encoder - libkvazaar HEVC encoder
- erosion, dilation, deflate and inflate video filters - erosion, dilation, deflate and inflate video filters
- Dynamic Audio Normalizer as dynaudnorm filter
version 2.7: version 2.7:
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
#include "libavutil/version.h" #include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MAJOR 5
#define LIBAVFILTER_VERSION_MINOR 22 #define LIBAVFILTER_VERSION_MINOR 23
#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \ LIBAVFILTER_VERSION_MINOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment