ffmpeg | branch: master | NetSysFire <[email protected]> | Sun Apr 10 03:37:03 2022 +0200| [cd78d5bba9a61500e65a7d1a69871b25a03df956] | committer: Paul B Mahol
doc/ffmpeg: fix typo in ffmpeg.texi > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd78d5bba9a61500e65a7d1a69871b25a03df956 --- doc/ffmpeg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
