]> git.sesse.net Git - nageru/blobdiff - nageru/decklink_output.h
Reintroduce faster DeckLink shutdown; now with a fix for the UI switcher.
[nageru] / nageru / decklink_output.h
index 90b89a22a18f1f6e0de7a9352d94d437415f79f3..2c07bc72ccae0c32c8300081d473eebaf6bc7af9 100644 (file)
@@ -141,6 +141,7 @@ private:
        bool last_frame_had_mode_mismatch = false;
 
        movit::ResourcePool *resource_pool;
+       IDeckLinkInput *input = nullptr;
        IDeckLinkOutput *output = nullptr;
        BMDVideoConnection video_connection;
        QSurface *surface;