diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-05-03 14:08:49 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-05-14 14:43:56 +0200 |
commit | 8ef163ba9e3d2d7cb31856c33f86439e234fe623 (patch) | |
tree | ee0cd2217a1e2336df7a388818ab0d3261395c7f /libavfilter/version.h | |
parent | 87a54e150e9cb6479e590faaf66d9f405a97fb6c (diff) | |
download | ffmpeg-8ef163ba9e3d2d7cb31856c33f86439e234fe623.tar.gz |
avfilter: add xmedian filter
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index d0c0849a49..88287d940b 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 7 -#define LIBAVFILTER_VERSION_MINOR 51 +#define LIBAVFILTER_VERSION_MINOR 52 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |