Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-01-13 21:02:52 +0300
committerPaul B Mahol <onemda@gmail.com>2019-05-11 21:16:45 +0300
commit59fb8cae5eec6f1d1530a8747eb2baff4e4a3000 (patch)
treeeb9383591ff52f9a0e210d2f501026d5aad2d279 /libavfilter/version.h
parentc81ec19817efa4bfedbcab058fa4422f6a92cfa2 (diff)
avfilter: add colorhold filter
Fixes #7671.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 7f989ded63..d0c0849a49 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 50
+#define LIBAVFILTER_VERSION_MINOR 51
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \