diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-04-09 06:31:14 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-04-23 10:59:34 +0200 |
commit | 43ea19fef4ce233510df99f68f85548e834a1995 (patch) | |
tree | f812d321738fca511a86694c1c29d35a7a236f9f /libavfilter/version.h | |
parent | b1b7249606c3e29c2310e0665fd6985011e19772 (diff) | |
download | ffmpeg-43ea19fef4ce233510df99f68f85548e834a1995.tar.gz |
avfilter: add colormap 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 8fccbfc9ec..7b856361c8 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 33 +#define LIBAVFILTER_VERSION_MINOR 34 #define LIBAVFILTER_VERSION_MICRO 100 |