summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-12-12 00:21:26 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-12-13 00:16:30 +0100
commit6ba1f280087d32ed71332211b1d9cc1b350f7e28 (patch)
tree2c55c05eed58cd1a2f204a1f304def1934936184 /doc
parentc214cd18e2962202aea8388b217458a3fa7f9d99 (diff)
lavfi/select: add support to options
Add options introspection, and improve error feedback.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 67789001dd..76c694b35b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4637,9 +4637,14 @@ Below is a description of the currently available multimedia filters.
@section aselect, select
Select frames to pass in output.
-It accepts in input an expression, which is evaluated for each input
-frame. If the expression is evaluated to a non-zero value, the frame
-is selected and passed to the output, otherwise it is discarded.
+These filters accept a single option @option{expr} or @option{e}
+specifying the select expression, which can be specified either by
+specyfing @code{expr=VALUE} or specifying the expression
+alone.
+
+The select expression is evaluated for each input frame. If the
+evaluation result is a non-zero value, the frame is selected and
+passed to the output, otherwise it is discarded.
The expression can contain the following constants: