From 7e935df0181c5aee5e5195a1925b09528d461151 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 17 Jun 2017 13:56:51 +0200 Subject: [PATCH 1/1] Silence a Clang warning. --- ffmpeg_capture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg_capture.h b/ffmpeg_capture.h index 328685b..85e436e 100644 --- a/ffmpeg_capture.h +++ b/ffmpeg_capture.h @@ -131,7 +131,7 @@ public: void stop_dequeue_thread() override; bool get_disconnected() const override { return false; } // We never unplug. - std::map get_available_video_modes() const; + std::map get_available_video_modes() const override; void set_video_mode(uint32_t video_mode_id) override {} // Ignore. uint32_t get_current_video_mode() const override { return 0; } -- 2.39.2