Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-12-15 21:29:01 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-12-15 23:04:06 +0400
commit2364b4031dcbcaaf55c7af72e7b0ebf9be5f9cb8 (patch)
treef0ce393cb348d23523f3751d552b1c3f279172d4 /doc/muxers.texi
parentd37d4b6e4022d96113c5e0c3e8252b9d81f7afe5 (diff)
doc/muxers/tee: use @ref to reference other sections
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index dbb52e81c5..4860acb02c 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -889,8 +889,8 @@ to feed the same packets to several muxers directly.
The slave outputs are specified in the file name given to the muxer,
separated by '|'. If any of the slave name contains the '|' separator,
leading or trailing spaces or any special character, it must be
-escaped (see the ``Quoting and escaping'' section in the ffmpeg-utils
-manual).
+escaped (see @ref{quoting_and_escaping,,the "Quoting and escaping"
+section in the ffmpeg-utils(1) manual,ffmpeg-utils}).
Muxer options can be specified for each slave by prepending them as a list of
@var{key}=@var{value} pairs separated by ':', between square brackets. If
@@ -905,9 +905,12 @@ output name suffix.
@item bsfs[/@var{spec}]
Specify a list of bitstream filters to apply to the specified
-output. It is possible to specify to which streams a given bitstream
-filter applies, by appending a stream specifier to the option
-separated by @code{/}. If the stream specifier is not specified, the
+output.
+
+It is possible to specify to which streams a given bitstream filter
+applies, by appending a stream specifier to the option separated by
+@code{/}. @var{spec} must be a stream specifier (see @ref{Format
+stream specifiers}). If the stream specifier is not specified, the
bistream filters will be applied to all streams in the output.
Several bitstream filters can be specified, separated by ",".