X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fdecklink_common_c.h;h=a78262aaac01229d95d1d28f546b180f682370ac;hb=6e951d0cf8dcbc98cb45b9a72ed8d9e76f4a2e3f;hp=32a5d70ee1981b933199f45af082faa82915ca44;hpb=f4cf6ba8c9646814af842a99335c6ee312ded299;p=ffmpeg diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h index 32a5d70ee19..a78262aaac0 100644 --- a/libavdevice/decklink_common_c.h +++ b/libavdevice/decklink_common_c.h @@ -40,9 +40,9 @@ struct decklink_cctx { /* Options */ int list_devices; int list_formats; + int enable_klv; int64_t teletext_lines; double preroll; - int v210; int audio_channels; int audio_depth; int duplex_mode; @@ -56,6 +56,9 @@ struct decklink_cctx { int raw_format; int64_t queue_size; int copyts; + int64_t timestamp_align; + int timing_offset; + int wait_for_tc; }; #endif /* AVDEVICE_DECKLINK_COMMON_C_H */