diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-27 16:50:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-08 20:57:07 +0200 |
commit | 9d0bb7fc3991b030603acfe899e6f001e530c89a (patch) | |
tree | 544b980d83f54c322349fa6fdcf8de611dd6b524 | |
parent | a53fd4b7584a0cbf5dd51cf8182f2ac7e4588a05 (diff) | |
download | ffmpeg-n2.0.2.tar.gz |
doc/codecs: fix dangling reference to codec-options chaptern2.0.2
(cherry picked from commit b4bd21b7fe2ad8be59b16538448586814e5db65b)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/codecs.texi | 1 | ||||
-rw-r--r-- | doc/encoders.texi | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 4af8dcd058..6ff2a650b2 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -1,3 +1,4 @@ +@anchor{codec-options} @chapter Codec Options @c man begin CODEC OPTIONS diff --git a/doc/encoders.texi b/doc/encoders.texi index 3b35c954e0..b3e574a3e0 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1005,7 +1005,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 |