diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-02-24 19:28:35 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-24 19:30:13 +0100 |
commit | b6a0aa1c0a6c1658c1faaf75226e377a6e2751a9 (patch) | |
tree | d3615beee01aad9f1ee2af97c58382e14f99605b /libavfilter/blend.h | |
parent | 2ef37691a0597529280dcb5be90325687eadac26 (diff) | |
download | ffmpeg-b6a0aa1c0a6c1658c1faaf75226e377a6e2751a9.tar.gz |
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.h | 2 |
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 }; |