TESTBED: Dither videos

This commit is contained in:
Eugene Sandulenko 2022-09-28 22:37:50 +02:00
parent ff9313056d
commit 8f3834e3a4
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -59,7 +59,7 @@ void TestbedEngine::videoTest() {
const Graphics::Surface *frame = video->decodeNextFrame();
if (frame) {
Graphics::Surface *conv = frame->convertTo(pixelformat);
Graphics::Surface *conv = frame->convertTo(pixelformat, 0, 0, palette, 256);
int x = 0, y = 0;