Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-09-29 20:19:06 +0300
committerPaul B Mahol <onemda@gmail.com>2021-09-29 20:33:59 +0300
commitdf163487d0a71d7f65f7602e4df6ab68e8fcc0fa (patch)
tree379a896261fac7b7462f2fd21f63bf835423ff6e /libavfilter/blend.h
parent8ebcff91118e7b533318b6244d58143da347ce10 (diff)
avfilter/vf_blend: add harmonic mode
Diffstat (limited to 'libavfilter/blend.h')
-rw-r--r--libavfilter/blend.h1
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
};