diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-09-13 16:46:28 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-09-13 16:46:28 +0000 |
commit | 72cdcc0b9b5ca4e940997565e866950f95f26eb5 (patch) | |
tree | 700817be3f050b95ddd0f58124912123b54f217d /doc/ffmpeg-doc.texi | |
parent | cbb5da57cdaf547e47253beef31ddf38d181252a (diff) | |
download | ffmpeg-72cdcc0b9b5ca4e940997565e866950f95f26eb5.tar.gz |
Replace @node commands with @anchor to refer to specific points in the text.
This fixes the warnings
** `Developers Guide' is up for `Coding Rules', but has no menu entry for this node
** `Invocation' is up for `FFmpeg formula evaluator', but has no menu entry for this node
Originally committed as revision 19831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index ad0af0747e..291c781477 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -826,7 +826,7 @@ absolute pathname, ffmpeg will search for that filename. This way you can specify the absolute and complete filename of the preset file, for example @file{./ffpresets/libx264-max.ffpreset}. -@node FFmpeg formula evaluator +@anchor{FFmpeg formula evaluator} @section FFmpeg formula evaluator When evaluating a rate control string, FFmpeg uses an internal formula |