correct black point

This commit is contained in:
veejay
2023-10-26 21:42:31 +02:00
parent e983a98e92
commit 3419cf192d
2 changed files with 3 additions and 3 deletions

View File

@@ -308,9 +308,9 @@ void blob_apply(void *ptr, VJFrame *frame, int *args) {
// project blob onto video frame
for(i = 0; i < len ; i ++ )
{
if( b->blob_image_[i] == 0x0 )
if( b->blob_image_[i] == 0x0 )
{
srcY[i] = 16;
srcY[i] = pixel_Y_lo_;
srcCb[i] = 128;
srcCr[i] = 128;
}

View File

@@ -472,7 +472,7 @@ void boids_apply(void *ptr, VJFrame *frame, int *args ) {
{
if( b->blob_image_[i] == 0x0 )
{
srcY[i] = 16;
srcY[i] = pixel_Y_lo_;
srcCb[i] = 128;
srcCr[i] = 128;
}