summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorNetSysFire <NetSysFire@das-labor.org>2022-04-10 03:37:03 +0200
committerPaul B Mahol <onemda@gmail.com>2022-05-10 22:02:58 +0200
commitcd78d5bba9a61500e65a7d1a69871b25a03df956 (patch)
tree208286dd67d8086d2d1cde34cbcf7739d560884d /doc/ffmpeg.texi
parent260d7d5a6c18d3ae97ef9245597986299a0df49e (diff)
doc/ffmpeg: fix typo in ffmpeg.texi
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 164419cad3..0d7e1a479d 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1887,7 +1887,7 @@ 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; setting this value can
force ffmpeg to use a separate input thread and read packets as soon as they
-arrive. By default ffmpeg only do this if multiple inputs are specified.
+arrive. By default ffmpeg only does this if multiple inputs are specified.
@item -sdp_file @var{file} (@emph{global})
Print sdp information for an output stream to @var{file}.