remove log

This commit is contained in:
har0ke 2024-09-05 13:28:19 +02:00
parent f37b9c2b34
commit edd42c4135

View File

@ -332,8 +332,6 @@ static int config_output(AVFilterLink *outlink)
s->lut[i][j] = buffer;
}
printf("OFFSET size %d", size);
s->offsets[R] = lrint(size * s->ro * s->mix);
s->offsets[G] = lrint(size * s->go * s->mix);
s->offsets[B] = lrint(size * s->bo * s->mix);