diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-08-24 14:43:00 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-08-24 14:45:52 +0200 |
commit | f8d0689d3ff56bdeda708a14fad322cef8a219af (patch) | |
tree | 062e50d0eede0f49b765bdec921916ab54e037eb /libavfilter/blend.h | |
parent | f61e2dcfc399113e1b0408e58a085fca329d0da4 (diff) | |
download | ffmpeg-f8d0689d3ff56bdeda708a14fad322cef8a219af.tar.gz |
avfilter/vf_blend: rename addition128 and difference128 to grainmerge and grainextract
Diffstat (limited to 'libavfilter/blend.h')
-rw-r--r-- | libavfilter/blend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/blend.h b/libavfilter/blend.h index 0f27b4d29d..eb20226839 100644 --- a/libavfilter/blend.h +++ b/libavfilter/blend.h @@ -33,7 +33,7 @@ enum BlendMode { BLEND_BURN, BLEND_DARKEN, BLEND_DIFFERENCE, - BLEND_DIFFERENCE128, + BLEND_GRAINEXTRACT, BLEND_DIVIDE, BLEND_DODGE, BLEND_EXCLUSION, @@ -54,7 +54,7 @@ enum BlendMode { BLEND_HARDMIX, BLEND_LINEARLIGHT, BLEND_GLOW, - BLEND_ADDITION128, + BLEND_GRAINMERGE, BLEND_MULTIPLY128, BLEND_HEAT, BLEND_FREEZE, |