summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-12-16 13:05:08 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-12-17 23:53:50 +0100
commit992772b94757aae00f3bf0bfa1afe7e7197e3d8c (patch)
tree1cc4fb70a27b5fb5f962af1268d5f6c4f868efd3 /doc/ffmpeg.texi
parent1d29624c73fde14a987735b3d4df8d005caebb58 (diff)
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/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index e0ea51a974..5ca0c44e38 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -938,7 +938,8 @@ ffmpeg -i input.mpg -timecode 01:02:03.04 -r 30000/1001 -s ntsc output.mpg
Define a complex filter graph, i.e. one with arbitrary number of inputs and/or
outputs. For simple graphs -- those with one input and one output of the same
type -- see the @option{-filter} options. @var{filtergraph} is a description of
-the filter graph, as described in @ref{Filtergraph syntax}.
+the filter graph, as described in the ``Filtergraph syntax'' section of the
+ffmpeg-filters manual.
Input link labels must refer to input streams using the
@code{[file_index:stream_specifier]} syntax (i.e. the same as @option{-map}