diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-09-29 19:19:06 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-09-29 19:33:59 +0200 |
commit | df163487d0a71d7f65f7602e4df6ab68e8fcc0fa (patch) | |
tree | 379a896261fac7b7462f2fd21f63bf835423ff6e /libavfilter/blend.h | |
parent | 8ebcff91118e7b533318b6244d58143da347ce10 (diff) | |
download | ffmpeg-df163487d0a71d7f65f7602e4df6ab68e8fcc0fa.tar.gz |
avfilter/vf_blend: add harmonic mode
Diffstat (limited to 'libavfilter/blend.h')
-rw-r--r-- | libavfilter/blend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/blend.h b/libavfilter/blend.h index a955126687..85c287a5d8 100644 --- a/libavfilter/blend.h +++ b/libavfilter/blend.h @@ -61,6 +61,7 @@ enum BlendMode { BLEND_EXTREMITY, BLEND_SOFTDIFFERENCE, BLEND_GEOMETRIC, + BLEND_HARMONIC, BLEND_NB }; |