summaryrefslogtreecommitdiff
path: root/libavfilter/blend.h
diff options
context:
space:
mode:
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
};