Skip to content

Commit

Permalink
Test release of HyperHDR 21 (beta1)
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Dec 5, 2024
1 parent 37f6e52 commit b125da9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sources/grabber/linux/v4l2/V4L2Grabber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ bool V4L2Grabber::process_image(v4l2_buffer* buf, const void* frameImageBuffer,
{
pleaseWaitForLut();
_V4L2WorkerManager.workers[i]->noBusy();
return true;
return false;
}
}

Expand Down
2 changes: 1 addition & 1 deletion sources/grabber/osx/AVF/AVFGrabber.mm
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ - (void)captureOutput:(AVCaptureOutput *)output didOutputSampleBuffer:(CMSampleB
{
pleaseWaitForLut();
_AVFWorkerManager.workers[i]->noBusy();
return true;
return false;
}
}

Expand Down
2 changes: 1 addition & 1 deletion sources/grabber/windows/MF/MFGrabber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ bool MFGrabber::process_image(const void* frameImageBuffer, int size)
{
pleaseWaitForLut();
_MFWorkerManager.workers[i]->noBusy();
return true;
return false;
}
}

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.0.0.0alpha0
21.0.0.0beta1

0 comments on commit b125da9

Please sign in to comment.