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/allfilters.c | |
parent | a6f136aef1e3d108516c37a505f03631a75a3099 (diff) | |
download | ffmpeg-767f66ea5d96eedcacbffa6815bd72cdeb36d17a.tar.gz |
avfilter: add multiply video filter
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 2ad523fd0f..1946e0a51e 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -350,6 +350,7 @@ extern const AVFilter ff_vf_monochrome; extern const AVFilter ff_vf_morpho; extern const AVFilter ff_vf_mpdecimate; extern const AVFilter ff_vf_msad; +extern const AVFilter ff_vf_multiply; extern const AVFilter ff_vf_negate; extern const AVFilter ff_vf_nlmeans; extern const AVFilter ff_vf_nlmeans_opencl; |