]> git.sesse.net Git - nageru/blobdiff - decklink_capture.h
Enable input mode autodetection for DeckLink cards that support it.
[nageru] / decklink_capture.h
index 31efc3711f1ef87cfaf8915182aaec6de1cd257f..1bdf9ade9ca96232dab2df839b761a64f9c54fb2 100644 (file)
@@ -128,6 +128,7 @@ private:
        BMDTimeScale time_scale;
        BMDFieldDominance field_dominance;
        bool running = false;
+       bool supports_autodetect = false;
 
        std::map<uint32_t, bmusb::VideoMode> video_modes;
        BMDDisplayMode current_video_mode;