]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/decklink_common_c.h
kmsgrab: add category for kmsgrab
[ffmpeg] / libavdevice / decklink_common_c.h
index 368ac259e4a4c8a9e99c35867aaf62fb0d544cd0..08e9f9bbd5e12d265f94e41526575881017c3142 100644 (file)
@@ -28,6 +28,8 @@ typedef enum DecklinkPtsSource {
     PTS_SRC_VIDEO     = 2,
     PTS_SRC_REFERENCE = 3,
     PTS_SRC_WALLCLOCK = 4,
+    PTS_SRC_ABS_WALLCLOCK = 5,
+    PTS_SRC_NB
 } DecklinkPtsSource;
 
 struct decklink_cctx {
@@ -52,6 +54,7 @@ struct decklink_cctx {
     char *format_code;
     int raw_format;
     int64_t queue_size;
+    int copyts;
 };
 
 #endif /* AVDEVICE_DECKLINK_COMMON_C_H */