diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-05-01 14:59:37 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-05-05 19:07:10 +0200 |
commit | 767f66ea5d96eedcacbffa6815bd72cdeb36d17a (patch) | |
tree | ea2557ece486c7f8371b34f7bbba49416f229c66 /libavfilter/version.h | |
parent | a6f136aef1e3d108516c37a505f03631a75a3099 (diff) | |
download | ffmpeg-767f66ea5d96eedcacbffa6815bd72cdeb36d17a.tar.gz |
avfilter: add multiply 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 8f1b16969a..c7ef9f25d7 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 37 +#define LIBAVFILTER_VERSION_MINOR 38 #define LIBAVFILTER_VERSION_MICRO 100 |