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>2012-12-16 16:05:08 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-12-18 02:53:50 +0400
commit992772b94757aae00f3bf0bfa1afe7e7197e3d8c (patch)
tree1cc4fb70a27b5fb5f962af1268d5f6c4f868efd3 /doc/ffmpeg-devices.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-devices.texi')
-rw-r--r--doc/ffmpeg-devices.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-devices.texi b/doc/ffmpeg-devices.texi
index 542dae89c5..12c2179070 100644
--- a/doc/ffmpeg-devices.texi
+++ b/doc/ffmpeg-devices.texi
@@ -23,8 +23,8 @@ libavdevice library.
The libavdevice library provides the same interface as
libavformat. Namely, an input device is considered like a demuxer, and
an output device like a muxer, and the interface and generic device
-options are the same provided by libavformat (see the @ref{FFmpeg
-formats} manual page).
+options are the same provided by libavformat (see the ffmpeg-formats
+manual).
In addition each input or output device may support so-called private
options, which are specific for that component.