summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-04-23 18:19:40 +0200
committerPaul B Mahol <onemda@gmail.com>2017-04-23 18:21:51 +0200
commit710c97d5f6a880597701ea7b3ad56920cd0fb731 (patch)
tree15c902bc3dfffea462b55bba88dcacf08a1699d0 /doc
parent9d1f9ba582aa8b62d08922a126fe36784d434003 (diff)
avfilter/vf_premultiply: add planes option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index ac32995dea..4c733f016e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11077,6 +11077,14 @@ of second stream as alpha.
Both streams must have same dimensions and same pixel format.
+The filter accepts the following option:
+
+@table @option
+@item planes
+Set which planes will be processed, unprocessed planes will be copied.
+By default value 0xf, all planes will be processed.
+@end table
+
@section prewitt
Apply prewitt operator to input video stream.