]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/decklink_common_c.h
lavf/dashenc: Fix segment duration overflow on fine time bases.
[ffmpeg] / libavdevice / decklink_common_c.h
index 08e9f9bbd5e12d265f94e41526575881017c3142..8e3bbeb7df79ce1044f5b80e81f0c15785ef265c 100644 (file)
@@ -50,11 +50,13 @@ struct decklink_cctx {
     DecklinkPtsSource video_pts_source;
     int audio_input;
     int video_input;
+    int tc_format;
     int draw_bars;
     char *format_code;
     int raw_format;
     int64_t queue_size;
     int copyts;
+    int64_t timestamp_align;
 };
 
 #endif /* AVDEVICE_DECKLINK_COMMON_C_H */