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>2017-06-25 17:39:10 +0300
committerPaul B Mahol <onemda@gmail.com>2017-06-25 17:39:10 +0300
commit22a03c29006e9c6b41ce6e63831bd3faa69a1fe8 (patch)
treea970d5820701a4ae0a7e9fcf74ff80621c5df518 /libavfilter/blend.h
parent8a14374ab374d6c99c71cd98692d30cccfc0e039 (diff)
avfilter/vf_blend: add extremity blend 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 54c4fdb6d1..0f27b4d29d 100644
--- a/libavfilter/blend.h
+++ b/libavfilter/blend.h
@@ -58,6 +58,7 @@ enum BlendMode {
BLEND_MULTIPLY128,
BLEND_HEAT,
BLEND_FREEZE,
+ BLEND_EXTREMITY,
BLEND_NB
};