mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
forgot to set to false
This commit is contained in:
@@ -249,6 +249,11 @@ void Playback::run() {
|
||||
|
||||
while(!stop) {
|
||||
mutex.lock();
|
||||
if(ac::release_frames) {
|
||||
std::cout << "Cleared Frames...\n";
|
||||
ac::release_all_objects();
|
||||
release_frames = false;
|
||||
}
|
||||
if(!capture.read(frame)) {
|
||||
if(repeat_video && mode == MODE_VIDEO) {
|
||||
mutex.unlock();
|
||||
|
||||
Reference in New Issue
Block a user