]> git.sesse.net Git - nageru/blobdiff - decklink_capture.h
Support interlaced inputs with the official DeckLink driver.
[nageru] / decklink_capture.h
index aac403fa666b655a3ed9fb7aea777dad30fc9444..31efc3711f1ef87cfaf8915182aaec6de1cd257f 100644 (file)
@@ -126,6 +126,7 @@ private:
        IDeckLinkInput *input = nullptr;
        BMDTimeValue frame_duration;
        BMDTimeScale time_scale;
+       BMDFieldDominance field_dominance;
        bool running = false;
 
        std::map<uint32_t, bmusb::VideoMode> video_modes;