1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(video): added declaration for missing biglock in CameraSource

This commit is contained in:
initramfs 2016-08-02 13:42:29 +08:00
parent 8487dcecf8
commit c4f88df7c9
No known key found for this signature in database
GPG Key ID: 78B8BDF87E9EF0AF

View File

@ -65,6 +65,7 @@ private:
VideoMode mode;
AVCodecContext* cctx, *cctxOrig;
int videoStreamIndex;
QMutex biglock;
std::atomic_bool _isOpen;
std::atomic_bool streamBlocker;
std::atomic_int subscriptions;