]> git.sesse.net Git - nageru/blobdiff - mixer.h
Let the theme distinguish between fake and real inputs (ie., if there is an actual...
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index e893ffb8427728b235d21f93c7a9169991c14aef..e0f96cf16a922034f4ee64bd73cca361f08d963d 100644 (file)
--- 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<PBOFrameAllocator> frame_allocator;
@@ -541,5 +542,6 @@ private:
 };
 
 extern Mixer *global_mixer;
+extern bool uses_mlock;
 
 #endif  // !defined(_MIXER_H)