]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/decklink_common_c.h
avdevice/decklink: add support for audio and video input selection
[ffmpeg] / libavdevice / decklink_common_c.h
index 2b5d92f2501eaaf4960b973df2041867ce24ea4d..8de853d12cf4ccde68ffb1c1962f2f985840b150 100644 (file)
@@ -34,6 +34,9 @@ struct decklink_cctx {
     double preroll;
     int v210;
     int audio_channels;
+    int duplex_mode;
+    int audio_input;
+    int video_input;
 };
 
 #endif /* AVDEVICE_DECKLINK_COMMON_C_H */