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>2013-07-27 18:50:19 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-08-27 03:21:34 +0400
commit26617b47faccaf3646b767ed3062affd8252499d (patch)
tree00b02f3759f1e170d31cb0526e74096877e206c3
parentb3fb651a8a8a6cf9eb1b8409fdb669ff71f54545 (diff)
doc/codecs: fix dangling reference to codec-options chaptern1.2.3
(cherry picked from commit b4bd21b7fe2ad8be59b16538448586814e5db65b) Signed-off-by: Timothy Gu <timothygu99@gmail.com> Conflicts: doc/codecs.texi
-rw-r--r--doc/encoders.texi2
-rw-r--r--doc/ffmpeg-codecs.texi1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index f763b4dfae..121e865556 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -871,7 +871,7 @@ for easy migration.
To reduce the duplication of documentation, only the private options
and some others requiring special attention are documented here. For
the documentation of the undocumented generic options, see
-@ref{codec-options}.
+@ref{codec-options,,the Codec Options chapter}.
To get a more accurate and extensive documentation of the libx264
options, invoke the command @command{x264 --full-help} or consult
diff --git a/doc/ffmpeg-codecs.texi b/doc/ffmpeg-codecs.texi
index db20aec84c..c53531db62 100644
--- a/doc/ffmpeg-codecs.texi
+++ b/doc/ffmpeg-codecs.texi
@@ -17,6 +17,7 @@ the libavcodec library.
@c man end DESCRIPTION
+@anchor{codec-options}
@chapter Codec Options
@c man begin CODEC OPTIONS