diff options
author | Giorgio Vazzana <mywing81@gmail.com> | 2015-03-24 20:20:45 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-24 23:41:01 +0100 |
commit | 62e2fae8e4024da98a8e07d54e85dc1aeba137f3 (patch) | |
tree | c40086563783458c29115f7788296794361880ee | |
parent | 19321a295a641cbc067ec0df597bc1b69addf049 (diff) | |
download | ffmpeg-streaming-62e2fae8e4024da98a8e07d54e85dc1aeba137f3.zip ffmpeg-streaming-62e2fae8e4024da98a8e07d54e85dc1aeba137f3.tar.gz |
ffmpeg: fix option name in documentation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. -@item -thread_message_queue @var{size} (@emph{input}) +@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 |