summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common_c.h
diff options
context:
space:
mode:
authorVishwanath Dixit <vdixit@akamai.com>2018-01-15 13:51:46 +0530
committerMarton Balint <cus@passwd.hu>2018-01-20 18:29:56 +0100
commit7c27bbd590e6d9da5b7b33163e7dce7876ef2b58 (patch)
tree22a95ebe7d2c8a17ba137b5165b23a6f05451bc7 /libavdevice/decklink_common_c.h
parente3acba0d5d7b5b35b779b25ec3a76a4d80a405ea (diff)
avdevice/decklink: addition of copyts option
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/decklink_common_c.h')
-rw-r--r--libavdevice/decklink_common_c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h
index 368ac259e4..ac6563a317 100644
--- a/libavdevice/decklink_common_c.h
+++ b/libavdevice/decklink_common_c.h
@@ -52,6 +52,7 @@ struct decklink_cctx {
char *format_code;
int raw_format;
int64_t queue_size;
+ int copyts;
};
#endif /* AVDEVICE_DECKLINK_COMMON_C_H */