diff options
author | Ravindra <rpatagar@akamai.com> | 2017-08-10 11:59:30 +0530 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-08-22 22:32:29 +0200 |
commit | f3913dcc06854dbaf90890fa5853638e057b9bb1 (patch) | |
tree | 8a6acceab22d347e13d6457b4b6d786e1d1a2126 /doc/indevs.texi | |
parent | 6f03ffb47d51368a4bbc87702df8446e4660845d (diff) | |
download | ffmpeg-f3913dcc06854dbaf90890fa5853638e057b9bb1.tar.gz |
libavdevice/decklink: configurablity to set max queue size
Signed-off-by: Ravindra Patagar <rpatagar@akamai.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 09e33216dc..dc6cdb6dee 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -289,6 +289,11 @@ Sets the audio packet timestamp source. Must be @samp{video}, @samp{audio}, If set to @samp{true}, color bars are drawn in the event of a signal loss. Defaults to @samp{true}. +@item queue_size +Sets maximum input buffer size in bytes. If the buffering reaches this value, +incoming frames will be dropped. +Defaults to @samp{1073741824}. + @end table @subsection Examples |