summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBela Bodecs <bodecsb@vivanet.hu>2015-10-10 21:29:12 +0200
committerNicolas George <george@nsup.org>2015-10-12 16:56:58 +0200
commit1f3a29e999b635fee913680402977eb1d51a8461 (patch)
tree59dc5cc3478b3b7a09dd5590097ab8067ec781c6 /doc
parentb3deaece87b5b0216382e6d700854edb8d3727fb (diff)
lavf/tee: allow multiple stream specifiers in select.
It makes possible to put multiple stream specifier into the select option separated by comma. eg. select=\'a:0,v\' Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu> Signed-off-by: Nicolas George <george@nsup.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 91d131f9bd..06483fa4ae 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1272,7 +1272,8 @@ Several bitstream filters can be specified, separated by ",".
@item select
Select the streams that should be mapped to the slave output,
specified by a stream specifier. If not specified, this defaults to
-all the input streams.
+all the input streams. You may use multiple stream specifiers
+separated by commas (@code{,}) e.g.: @code{a:0,v}
@end table
@subsection Examples