diff options
author | Vishwanath Dixit <vdixit@akamai.com> | 2018-01-15 13:51:46 +0530 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-01-20 18:29:56 +0100 |
commit | 7c27bbd590e6d9da5b7b33163e7dce7876ef2b58 (patch) | |
tree | 22a95ebe7d2c8a17ba137b5165b23a6f05451bc7 /libavdevice/decklink_common_c.h | |
parent | e3acba0d5d7b5b35b779b25ec3a76a4d80a405ea (diff) | |
download | ffmpeg-7c27bbd590e6d9da5b7b33163e7dce7876ef2b58.tar.gz |
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.h | 1 |
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 */ |