diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-04-10 19:12:53 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-04-23 11:00:42 +0200 |
commit | 16463520d9de05481320303dd49ea5158c715c9f (patch) | |
tree | 9395f599d4278f353a45c61e09250642b60b7a21 /libavfilter/version.h | |
parent | 43ea19fef4ce233510df99f68f85548e834a1995 (diff) | |
download | ffmpeg-16463520d9de05481320303dd49ea5158c715c9f.tar.gz |
avfilter: add colorchart video 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 7b856361c8..547b3b4e7d 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 34 +#define LIBAVFILTER_VERSION_MINOR 35 #define LIBAVFILTER_VERSION_MICRO 100 |