summaryrefslogtreecommitdiff
path: root/libavfilter/blend.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-09-30 01:20:18 +0200
committerPaul B Mahol <onemda@gmail.com>2021-09-30 01:22:48 +0200
commita673761ce8bad005f2eb7b0dc584854a10b96e18 (patch)
tree39c847afd38bfc4731da6a10dce4cd5d8e571b40 /libavfilter/blend.h
parent1ad4782d2a17d9fed38c0356f1c9f790973eec01 (diff)
avfilter/vf_blend: add few more modes
Diffstat (limited to 'libavfilter/blend.h')
-rw-r--r--libavfilter/blend.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavfilter/blend.h b/libavfilter/blend.h
index 85c287a5d8..ff417650cf 100644
--- a/libavfilter/blend.h
+++ b/libavfilter/blend.h
@@ -62,6 +62,10 @@ enum BlendMode {
BLEND_SOFTDIFFERENCE,
BLEND_GEOMETRIC,
BLEND_HARMONIC,
+ BLEND_BLEACH,
+ BLEND_STAIN,
+ BLEND_INTERPOLATE,
+ BLEND_HARDOVERLAY,
BLEND_NB
};