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>2016-02-07 21:24:49 +0300
committerPaul B Mahol <onemda@gmail.com>2016-02-07 21:50:11 +0300
commitba618bde7f1362b4f9456ab40303f1d79d91cccf (patch)
tree6978e83526c598608a024f6f3e0a5a3156f69a59 /libavfilter/blend.h
parent0bcffc79242492073e64ee2d6936d2c621c0feb6 (diff)
avfilter/vf_blend: add multiply128 mode
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 ed0738cbdd..161055c341 100644
--- a/libavfilter/blend.h
+++ b/libavfilter/blend.h
@@ -55,6 +55,7 @@ enum BlendMode {
BLEND_LINEARLIGHT,
BLEND_GLOW,
BLEND_ADDITION128,
+ BLEND_MULTIPLY128,
BLEND_NB
};