X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=7abbaec1a5e5e1273f89925d6adbedbe66f048dc;hb=c1e38dc5a17ced2b74ade21fcfe2e2c016e05719;hp=e893ffb8427728b235d21f93c7a9169991c14aef;hpb=3170a65ace5cb8c5955fb5ce9d97fd1790f1c061;p=nageru diff --git a/mixer.h b/mixer.h index e893ffb..7abbaec 100644 --- a/mixer.h +++ b/mixer.h @@ -424,6 +424,7 @@ private: int64_t pts_int = 0; // In TIMEBASE units. std::mutex bmusb_mutex; + bool has_bmusb_thread = false; struct CaptureCard { CaptureInterface *capture; std::unique_ptr frame_allocator;