[FFmpeg-cvslog] doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP options

Stefano Sabatini git at videolan.org
Thu Jul 19 22:55:32 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Jul 15 20:56:08 2012 +0200| [469b9ce83fb702b8c988d4dc82cd28c2c6b262cd] | committer: Stefano Sabatini

doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP options

Address trac ticket #1511.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=469b9ce83fb702b8c988d4dc82cd28c2c6b262cd
---

 doc/protocols.texi |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index dc5d5eb..a2d5a7d 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -597,6 +597,14 @@ specified sender IP addresses.
 @item block=@var{address}[, at var{address}]
 Ignore packets sent to the multicast group from the specified
 sender IP addresses.
+
+ at item fifo_size=@var{units}
+Set the UDP receiving circular buffer size, expressed as a number of
+packets with size of 188 bytes. If not specified defaults to 7*4096.
+
+ at item overrun_nonfatal=@var{1|0}
+Survive in case of UDP receiving circular buffer overrun. Default
+value is 0.
 @end table
 
 Some usage examples of the udp protocol with @command{ffmpeg} follow.



More information about the ffmpeg-cvslog mailing list