Skip to content

Commit

Permalink
Pixel format was wrong in the demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
LMP88959 authored Feb 13, 2023
1 parent 107423b commit 5f2dcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crt_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ main(int argc, char **argv)
return EXIT_FAILURE;
}

crt_init(&crt, outw, outh, CRT_PIX_FORMAT_RGBA, output);
crt_init(&crt, outw, outh, CRT_PIX_FORMAT_BGRA, output);

ntsc.data = img;
ntsc.format = CRT_PIX_FORMAT_RGBA;
Expand Down

0 comments on commit 5f2dcba

Please sign in to comment.