summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-08-04 22:28:53 +0200
committerPaul B Mahol <onemda@gmail.com>2017-08-07 18:15:36 +0200
commit181c9abd47cbee20511db4494a92f78dc11687cc (patch)
tree24e896cd22cef5736582a64063e476ee4fc3de49 /doc
parentbac508fec1c45347bad8477075d77b70a0ee5c0a (diff)
avfilter/vf_premultiply: add inplace mode
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c1d572f71a..eedc7b5896 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11755,6 +11755,9 @@ The filter accepts the following option:
@item planes
Set which planes will be processed, unprocessed planes will be copied.
By default value 0xf, all planes will be processed.
+
+@item inplace
+Do not require 2nd input for processing, instead use alpha plane from input stream.
@end table
@section prewitt
@@ -14597,6 +14600,9 @@ If the format has 3 or 4 components:
for RGB formats bit 0 is green, bit 1 is blue and bit 2 is red;
for YUV formats bit 0 is luma, bit 1 is chroma-U and bit 2 is chroma-V.
If present, the alpha channel is always the last bit.
+
+@item inplace
+Do not require 2nd input for processing, instead use alpha plane from input stream.
@end table
@anchor{unsharp}