summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-08-24 14:43:00 +0200
committerPaul B Mahol <onemda@gmail.com>2017-08-24 14:45:52 +0200
commitf8d0689d3ff56bdeda708a14fad322cef8a219af (patch)
tree062e50d0eede0f49b765bdec921916ab54e037eb /doc/filters.texi
parentf61e2dcfc399113e1b0408e58a085fca329d0da4 (diff)
avfilter/vf_blend: rename addition128 and difference128 to grainmerge and grainextract
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 3b5a38fc9f..8416ee44e5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4854,13 +4854,13 @@ of @var{all_mode}. Default value is @code{normal}.
Available values for component modes are:
@table @samp
@item addition
-@item addition128
+@item grainmerge
@item and
@item average
@item burn
@item darken
@item difference
-@item difference128
+@item grainextract
@item divide
@item dodge
@item freeze
@@ -4987,7 +4987,7 @@ blend=all_expr=if(gt(X,Y*(W/H)),A,B)
@item
Display differences between the current and the previous frame:
@example
-tblend=all_mode=difference128
+tblend=all_mode=grainextract
@end example
@end itemize