diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-10-18 12:08:47 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-10-21 12:57:58 +0200 |
commit | 18d391cffee3ee333735357e262605d58a1be34f (patch) | |
tree | ba53c00da0b8fb64849009055486de5abcc98921 /libavfilter/version.h | |
parent | e715b8e10d0d9a63d337f75e2338843d92f5f475 (diff) | |
download | ffmpeg-18d391cffee3ee333735357e262605d58a1be34f.tar.gz |
avfilter: add chromahold 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 bb57c5fbed..17a1a36142 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 34 +#define LIBAVFILTER_VERSION_MINOR 35 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |