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-24 21:28:35 +0300
committerPaul B Mahol <onemda@gmail.com>2016-02-24 21:30:13 +0300
commitb6a0aa1c0a6c1658c1faaf75226e377a6e2751a9 (patch)
treed3615beee01aad9f1ee2af97c58382e14f99605b /libavfilter/blend.h
parent2ef37691a0597529280dcb5be90325687eadac26 (diff)
avfilter/vf_blend: add freeze and heat modes
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/blend.h')
-rw-r--r--libavfilter/blend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/blend.h b/libavfilter/blend.h
index ccef13618e..f0712ff250 100644
--- a/libavfilter/blend.h
+++ b/libavfilter/blend.h
@@ -56,6 +56,8 @@ enum BlendMode {
BLEND_GLOW,
BLEND_ADDITION128,
BLEND_MULTIPLY128,
+ BLEND_HEAT,
+ BLEND_FREEZE,
BLEND_NB
};