X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=32a1ea476f21547137e680fb13675c80b6b42835;hb=330ca2f0052b06d91004c6ceb73cd57ab95e7fe1;hp=d1bf79519452113a49183e7539596f6c96600010;hpb=86520183fc1bb7aafb65b766e6f31b722c77a640;p=nageru diff --git a/mixer.h b/mixer.h index d1bf795..32a1ea4 100644 --- a/mixer.h +++ b/mixer.h @@ -532,8 +532,7 @@ private: std::chrono::steady_clock::time_point received_timestamp = std::chrono::steady_clock::time_point::min(); }; std::deque new_frames; - bool should_quit = false; - std::condition_variable new_frames_changed; // Set whenever new_frames (or should_quit) is changed. + std::condition_variable new_frames_changed; // Set whenever new_frames is changed. QueueLengthPolicy queue_length_policy; // Refers to the "new_frames" queue.