Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(video): added declaration for missing biglock in CameraSource
Browse files Browse the repository at this point in the history
  • Loading branch information
initramfs committed Aug 3, 2016
1 parent 8487dce commit c4f88df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/camerasource.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class CameraSource : public VideoSource
VideoMode mode;
AVCodecContext* cctx, *cctxOrig;
int videoStreamIndex;
QMutex biglock;
std::atomic_bool _isOpen;
std::atomic_bool streamBlocker;
std::atomic_int subscriptions;
Expand Down

0 comments on commit c4f88df

Please sign in to comment.