From 13c7a8f2386ca7fbe9f6e04d24bd584993dc76c6 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 20 Feb 2019 00:38:38 +0100 Subject: [PATCH] Mark a TODO. --- nageru/mixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nageru/mixer.cpp b/nageru/mixer.cpp index f8c39e8..367094c 100644 --- a/nageru/mixer.cpp +++ b/nageru/mixer.cpp @@ -1082,7 +1082,7 @@ void Mixer::thread_func() } // Only bother doing MJPEG encoding if there are any connected clients - // that want the stream. + // that want the stream. FIXME: We should also stop memcpy-ing if there are none! if (httpd.get_num_connected_multicam_clients() > 0) { auto stream_it = global_flags.card_to_mjpeg_stream_export.find(card_index); if (stream_it != global_flags.card_to_mjpeg_stream_export.end()) { -- 2.39.2