X-Git-Url: https://git.sesse.net/?p=bmusb;a=blobdiff_plain;f=bmusb.cpp;h=3d2c9f018488e202dff12e9439ebe8be665fa376;hp=b400ac732ce8ae02a788aef8161695085e4a9bf0;hb=5b54cc5acb28f5d2071c99ef7a715044aa30f10c;hpb=487a136592e4bd5acda92d35cf52fe4489c69bbf diff --git a/bmusb.cpp b/bmusb.cpp index b400ac7..3d2c9f0 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -1240,6 +1240,11 @@ map BMUSBCapture::get_available_video_modes() const return {{ 0, auto_mode }}; } +uint32_t BMUSBCapture::get_current_video_mode() const +{ + return 0; // Matches get_available_video_modes(). +} + void BMUSBCapture::set_video_mode(uint32_t video_mode_id) { assert(video_mode_id == 0); // Matches get_available_video_modes().