summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common_c.h
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 /libavdevice/decklink_common_c.h
parent6f03ffb47d51368a4bbc87702df8446e4660845d (diff)
downloadffmpeg-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 'libavdevice/decklink_common_c.h')
-rw-r--r--libavdevice/decklink_common_c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h
index 72c5f9a71b..e263480474 100644
--- a/libavdevice/decklink_common_c.h
+++ b/libavdevice/decklink_common_c.h
@@ -1,6 +1,7 @@
/*
* Blackmagic DeckLink common code
* Copyright (c) 2013-2014 Ramiro Polla
+ * Copyright (c) 2017 Akamai Technologies, Inc.
*
* This file is part of FFmpeg.
*
@@ -48,6 +49,7 @@ struct decklink_cctx {
int video_input;
int draw_bars;
char *format_code;
+ int64_t queue_size;
};
#endif /* AVDEVICE_DECKLINK_COMMON_C_H */