From: Steinar H. Gunderson Date: Fri, 4 Mar 2016 00:28:19 +0000 (+0100) Subject: Add a way to get the current video mode. X-Git-Tag: 1.2.0~44 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ec8449f020f4659791f509b50ac70bc426de2ec9;p=nageru Add a way to get the current video mode. --- diff --git a/bmusb b/bmusb index 487a136..5b54cc5 160000 --- a/bmusb +++ b/bmusb @@ -1 +1 @@ -Subproject commit 487a136592e4bd5acda92d35cf52fe4489c69bbf +Subproject commit 5b54cc5acb28f5d2071c99ef7a715044aa30f10c diff --git a/decklink_capture.h b/decklink_capture.h index 7c2c5a3..ad13a93 100644 --- a/decklink_capture.h +++ b/decklink_capture.h @@ -77,6 +77,7 @@ public: std::map get_available_video_modes() const override { return video_modes; } void set_video_mode(uint32_t video_mode_id) override; + uint32_t get_current_video_mode() const override { return current_video_mode; } private: std::atomic refcount{1};