doc/ffmpeg: fix typo in ffmpeg.texi

This commit is contained in:
NetSysFire 2022-04-10 03:37:03 +02:00 committed by Paul B Mahol
parent 260d7d5a6c
commit cd78d5bba9

View File

@ -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}.