X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmixer.cpp;h=367094cfeb08c35af2a9dfb9fdd1c5a0ae2d4892;hb=13c7a8f2386ca7fbe9f6e04d24bd584993dc76c6;hp=f8c39e877f394d68f9f30df967436701d30111f5;hpb=8f9854b994be8dead8a5a1e9921402b7e1d6f12c;p=nageru 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()) {