Browse code

doc/muxers: fix reference to @anchor defined in another manual

In particular, fix warnings:
*** Undefined node `quoting_and_escaping' in @ref (in doc/muxers.texi l. 767)
*** Undefined node `quoting_and_escaping' in @ref (in doc/muxers.texi l. 772)

Stefano Sabatini authored on 2013/02/23 07:48:55
Showing 1 changed files
... ...
@@ -764,13 +764,13 @@ to feed the same packets to several muxers directly.
764 764
 The slave outputs are specified in the file name given to the muxer,
765 765
 separated by '|'. If any of the slave name contains the '|' separator,
766 766
 leading or trailing spaces or any special character, it must be
767
-@ref{quoting_and_escaping, escaped}.
767
+escaped (see the ``Quoting and escaping'' section in the ffmpeg-utils
768
+manual).
768 769
 
769 770
 Options can be specified for each slave by prepending them as a list of
770 771
 @var{key}=@var{value} pairs separated by ':', between square brackets. If
771 772
 the options values contain a special character or the ':' separator, they
772
-must be @ref{quoting_and_escaping, escaped}; note that this is a second
773
-level escaping.
773
+must be escaped; note that this is a second level escaping.
774 774
 
775 775
 Example: encode something and both archive it in a WebM file and stream it
776 776
 as MPEG-TS over UDP: