Browse code

doc/muxers/tee: use @ref to reference other sections

Stefano Sabatini authored on 2013/12/16 02:29:01
Showing 1 changed files
... ...
@@ -889,8 +889,8 @@ to feed the same packets to several muxers directly.
889 889
 The slave outputs are specified in the file name given to the muxer,
890 890
 separated by '|'. If any of the slave name contains the '|' separator,
891 891
 leading or trailing spaces or any special character, it must be
892
-escaped (see the ``Quoting and escaping'' section in the ffmpeg-utils
893
-manual).
892
+escaped (see @ref{quoting_and_escaping,,the "Quoting and escaping"
893
+section in the ffmpeg-utils(1) manual,ffmpeg-utils}).
894 894
 
895 895
 Muxer options can be specified for each slave by prepending them as a list of
896 896
 @var{key}=@var{value} pairs separated by ':', between square brackets. If
... ...
@@ -905,9 +905,12 @@ output name suffix.
905 905
 
906 906
 @item bsfs[/@var{spec}]
907 907
 Specify a list of bitstream filters to apply to the specified
908
-output. It is possible to specify to which streams a given bitstream
909
-filter applies, by appending a stream specifier to the option
910
-separated by @code{/}. If the stream specifier is not specified, the
908
+output.
909
+
910
+It is possible to specify to which streams a given bitstream filter
911
+applies, by appending a stream specifier to the option separated by
912
+@code{/}. @var{spec} must be a stream specifier (see @ref{Format
913
+stream specifiers}).  If the stream specifier is not specified, the
911 914
 bistream filters will be applied to all streams in the output.
912 915
 
913 916
 Several bitstream filters can be specified, separated by ",".