From 1f3a29e999b635fee913680402977eb1d51a8461 Mon Sep 17 00:00:00 2001 From: Bela Bodecs Date: Sat, 10 Oct 2015 21:29:12 +0200 Subject: 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 Signed-off-by: Nicolas George --- doc/muxers.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3