From f3913dcc06854dbaf90890fa5853638e057b9bb1 Mon Sep 17 00:00:00 2001 From: Ravindra Date: Thu, 10 Aug 2017 11:59:30 +0530 Subject: libavdevice/decklink: configurablity to set max queue size Signed-off-by: Ravindra Patagar Signed-off-by: Marton Balint --- doc/indevs.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/indevs.texi') 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 -- cgit v1.2.3