diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-06-25 16:39:10 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-06-25 16:39:10 +0200 |
commit | 22a03c29006e9c6b41ce6e63831bd3faa69a1fe8 (patch) | |
tree | a970d5820701a4ae0a7e9fcf74ff80621c5df518 /libavfilter/blend.h | |
parent | 8a14374ab374d6c99c71cd98692d30cccfc0e039 (diff) | |
download | ffmpeg-22a03c29006e9c6b41ce6e63831bd3faa69a1fe8.tar.gz |
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.h | 1 |
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 }; |