X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fencode_server.h;h=a43cea7efea8228a02a06d063766bd861948477f;hb=a0873f70fbc95cc45106c61e9b3c5dfda3b946f9;hp=40e84ad6029d9d7ff28d6f942923e989ffe7f549;hpb=ea6b2dae46caa1da829fbf499e83cd6ae3b3773a;p=dcpomatic.git diff --git a/src/lib/encode_server.h b/src/lib/encode_server.h index 40e84ad60..a43cea7ef 100644 --- a/src/lib/encode_server.h +++ b/src/lib/encode_server.h @@ -54,7 +54,7 @@ private: void broadcast_thread (); void broadcast_received (); - std::vector _worker_threads; + boost::thread_group _worker_threads; std::list > _queue; boost::condition _full_condition; boost::condition _empty_condition;