Skip to content

Commit b125da9

Browse files
committed
Test release of HyperHDR 21 (beta1)
1 parent 37f6e52 commit b125da9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sources/grabber/linux/v4l2/V4L2Grabber.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ bool V4L2Grabber::process_image(v4l2_buffer* buf, const void* frameImageBuffer,
12651265
{
12661266
pleaseWaitForLut();
12671267
_V4L2WorkerManager.workers[i]->noBusy();
1268-
return true;
1268+
return false;
12691269
}
12701270
}
12711271

sources/grabber/osx/AVF/AVFGrabber.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ - (void)captureOutput:(AVCaptureOutput *)output didOutputSampleBuffer:(CMSampleB
828828
{
829829
pleaseWaitForLut();
830830
_AVFWorkerManager.workers[i]->noBusy();
831-
return true;
831+
return false;
832832
}
833833
}
834834

sources/grabber/windows/MF/MFGrabber.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ bool MFGrabber::process_image(const void* frameImageBuffer, int size)
10231023
{
10241024
pleaseWaitForLut();
10251025
_MFWorkerManager.workers[i]->noBusy();
1026-
return true;
1026+
return false;
10271027
}
10281028
}
10291029

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.0.0alpha0
1+
21.0.0.0beta1

0 commit comments

Comments
 (0)