]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/decklink_common_c.h
avformat/movenc: read track title from correct key
[ffmpeg] / libavdevice / decklink_common_c.h
index 18097e2d5f632e3e9d84a3b5f36f6e850c8a25e7..32a5d70ee1981b933199f45af082faa82915ca44 100644 (file)
@@ -28,6 +28,7 @@ typedef enum DecklinkPtsSource {
     PTS_SRC_VIDEO     = 2,
     PTS_SRC_REFERENCE = 3,
     PTS_SRC_WALLCLOCK = 4,
+    PTS_SRC_ABS_WALLCLOCK = 5,
     PTS_SRC_NB
 } DecklinkPtsSource;
 
@@ -49,6 +50,7 @@ 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;