summaryrefslogtreecommitdiffstats
path: root/doc/indevs.texi
diff options
context:
space:
mode:
authorRavindra <rpatagar@akamai.com>2017-08-10 11:59:30 +0530
committerMarton Balint <cus@passwd.hu>2017-08-22 22:32:29 +0200
commitf3913dcc06854dbaf90890fa5853638e057b9bb1 (patch)
tree8a6acceab22d347e13d6457b4b6d786e1d1a2126 /doc/indevs.texi
parent6f03ffb47d51368a4bbc87702df8446e4660845d (diff)
downloadffmpeg-streaming-f3913dcc06854dbaf90890fa5853638e057b9bb1.zip
ffmpeg-streaming-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.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 09e3321..dc6cdb6 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
OpenPOWER on IntegriCloud