diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-27 16:50:19 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-27 16:50:19 +0200 |
commit | b4bd21b7fe2ad8be59b16538448586814e5db65b (patch) | |
tree | e6a451ebc84d3b7218bd49b77328bf309603b080 /doc/encoders.texi | |
parent | 3adf054b22d63953340a54136b46b07a1fa42798 (diff) | |
download | ffmpeg-b4bd21b7fe2ad8be59b16538448586814e5db65b.tar.gz |
doc/codecs: fix dangling reference to codec-options chapter
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 577376508b..fdf054c071 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -900,7 +900,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 |