]> git.sesse.net Git - nageru/blobdiff - decklink_capture.h
Add a menu option where the user can change the input resolution.
[nageru] / decklink_capture.h
index ad13a938dfe55ce0af55734fd4da22a1a8684a64..322adb5b0d6c62352f0397c4a357c7c66fc837ec 100644 (file)
@@ -80,6 +80,8 @@ public:
        uint32_t get_current_video_mode() const override { return current_video_mode; }
 
 private:
+       void set_video_mode_no_restart(uint32_t video_mode_id);
+
        std::atomic<int> refcount{1};
        bool done_init = false;
        std::string description;