summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common_c.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2018-11-25 01:38:05 +0100
committerMarton Balint <cus@passwd.hu>2018-12-02 00:57:10 +0100
commitc0479010125b8ec7eafe6cd55574cee9c3aeb475 (patch)
tree2d881e8b6469cce7191005b0ae5b0dcce99ccf1f /libavdevice/decklink_common_c.h
parent418c90faac6522c73481650d000e9f5f030187cb (diff)
downloadffmpeg-c0479010125b8ec7eafe6cd55574cee9c3aeb475.tar.gz
avdevice/decklink_enc: add support for setting genlock timing offset
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 8e3bbeb7df..ca85ec2504 100644
--- a/libavdevice/decklink_common_c.h
+++ b/libavdevice/decklink_common_c.h
@@ -57,6 +57,7 @@ struct decklink_cctx {
int64_t queue_size;
int copyts;
int64_t timestamp_align;
+ int timing_offset;
};
#endif /* AVDEVICE_DECKLINK_COMMON_C_H */