[FFmpeg-cvslog] ffmpeg: fix option name in documentation
Giorgio Vazzana
git at videolan.org
Tue Mar 24 23:51:48 CET 2015
ffmpeg | branch: master | Giorgio Vazzana <mywing81 at gmail.com> | Tue Mar 24 20:20:45 2015 +0100| [62e2fae8e4024da98a8e07d54e85dc1aeba137f3] | committer: Michael Niedermayer
ffmpeg: fix option name in documentation
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62e2fae8e4024da98a8e07d54e85dc1aeba137f3
---
doc/ffmpeg.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 1dde682..02952ac 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1158,7 +1158,7 @@ This option enables or disables accurate seeking in input files with the
transcoding. Use @option{-noaccurate_seek} to disable it, which may be useful
e.g. when copying some streams and transcoding the others.
- at item -thread_message_queue @var{size} (@emph{input})
+ at item -thread_queue_size @var{size} (@emph{input})
This option sets the maximum number of queued packets when reading from the
file or device. With low latency / high rate live streams, packets may be
discarded if they are not read in a timely manner; raising this value can
More information about the ffmpeg-cvslog
mailing list