diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-05-19 22:06:27 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-01-08 22:00:51 +0100 |
commit | 8a1fc95840cb8770e34659803060c00b5b3e733b (patch) | |
tree | 105ceefa1f7e9bcd3faf3fad7e7ee077ff3438c6 /libavfilter/version.h | |
parent | 10931a0661eea87e3a7142e15b5077e617be55e9 (diff) | |
download | ffmpeg-8a1fc95840cb8770e34659803060c00b5b3e733b.tar.gz |
avfilter: add anlmdn audio filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index c6b4d981c9..6af31400eb 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,8 +30,8 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 7 -#define LIBAVFILTER_VERSION_MINOR 46 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 47 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |