diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-09-09 18:33:09 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-11-18 10:01:03 +0530 |
commit | d831edc387c17c25372ff317715b6d6bce235c13 (patch) | |
tree | 216d9d81bf38f90b470af379bee60ee658a4273f /libavdevice/decklink_common_c.h | |
parent | cda3e8ca04c0e343f5b60fda8fb467936e176f33 (diff) | |
download | ffmpeg-d831edc387c17c25372ff317715b6d6bce235c13.tar.gz |
avdevice/decklink: add option to drop frames till timecode is seen
Option wait_for_tc only takes effect if tc_format is set
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 ca85ec2504..b78630b5fc 100644 --- a/libavdevice/decklink_common_c.h +++ b/libavdevice/decklink_common_c.h @@ -58,6 +58,7 @@ struct decklink_cctx { int copyts; int64_t timestamp_align; int timing_offset; + int wait_for_tc; }; #endif /* AVDEVICE_DECKLINK_COMMON_C_H */ |