]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/decklink_common_c.h
avdevice/decklink: addition of PTS_SRC_NB in enum DecklinkPtsSource
[ffmpeg] / libavdevice / decklink_common_c.h
index 368ac259e4a4c8a9e99c35867aaf62fb0d544cd0..18097e2d5f632e3e9d84a3b5f36f6e850c8a25e7 100644 (file)
@@ -28,6 +28,7 @@ typedef enum DecklinkPtsSource {
     PTS_SRC_VIDEO     = 2,
     PTS_SRC_REFERENCE = 3,
     PTS_SRC_WALLCLOCK = 4,
+    PTS_SRC_NB
 } DecklinkPtsSource;
 
 struct decklink_cctx {
@@ -52,6 +53,7 @@ struct decklink_cctx {
     char *format_code;
     int raw_format;
     int64_t queue_size;
+    int copyts;
 };
 
 #endif /* AVDEVICE_DECKLINK_COMMON_C_H */