Skip to content

Commit 5f2dcba

Browse files
authored
Pixel format was wrong in the demo app
1 parent 107423b commit 5f2dcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crt_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ main(int argc, char **argv)
215215
return EXIT_FAILURE;
216216
}
217217

218-
crt_init(&crt, outw, outh, CRT_PIX_FORMAT_RGBA, output);
218+
crt_init(&crt, outw, outh, CRT_PIX_FORMAT_BGRA, output);
219219

220220
ntsc.data = img;
221221
ntsc.format = CRT_PIX_FORMAT_RGBA;

0 commit comments

Comments
 (0)