diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-16 13:05:08 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-17 23:53:50 +0100 |
commit | 992772b94757aae00f3bf0bfa1afe7e7197e3d8c (patch) | |
tree | 1cc4fb70a27b5fb5f962af1268d5f6c4f868efd3 /doc/filters.texi | |
parent | 1d29624c73fde14a987735b3d4df8d005caebb58 (diff) | |
download | ffmpeg-992772b94757aae00f3bf0bfa1afe7e7197e3d8c.tar.gz |
doc: remove references to external documents
Fix a few warnings generated when creating the manuals.
Our current doc generation toolchain does not allow to reference external
documents.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5254bc5a00..a2b4fbecba 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -240,8 +240,8 @@ And finally inserted in a filtergraph like: drawtext=text=\'Caesar: tu quoque\, Brute\, fili mi\' @end example -See the @ref{quoting_and_escaping, Quoting and escaping} section for -more information about the escaping and quoting rules adopted by +See the ``Quoting and escaping'' section in the ffmpeg-utils manual +for more information about the escaping and quoting rules adopted by FFmpeg. @c man end FILTERGRAPH DESCRIPTION @@ -5371,12 +5371,12 @@ starting from this seek point, the parameter is evaluated with postfix. Default value is "0". @item streams, s -Specifies the streams to read. Several streams can be specified, separated -by "+". The source will then have as many outputs, in the same order. The -syntax is explained in the @ref{Stream specifiers} chapter. Two special -names, "dv" and "da" specify respectively the default (best suited) video -and audio stream. Default is "dv", or "da" if the filter is called as -"amovie". +Specifies the streams to read. Several streams can be specified, +separated by "+". The source will then have as many outputs, in the +same order. The syntax is explained in the ``Stream specifiers'' +section in the ffmpeg manual. Two special names, "dv" and "da" specify +respectively the default (best suited) video and audio stream. Default +is "dv", or "da" if the filter is called as "amovie". @item stream_index, si Specifies the index of the video stream to read. If the value is -1, |