We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629e96e commit 4e45161Copy full SHA for 4e45161
fuzz/compress_yuv.cc
@@ -54,7 +54,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
54
char filename[FILENAME_MAX] = { 0 };
55
struct test tests[NUMTESTS] = {
56
{ TJPF_XBGR, TJSAMP_444, 100 },
57
- { TJPF_RGBX, TJSAMP_422, 90 },
+ { TJPF_XRGB, TJSAMP_422, 90 },
58
{ TJPF_BGR, TJSAMP_420, 80 },
59
{ TJPF_RGB, TJSAMP_411, 70 },
60
{ TJPF_BGR, TJSAMP_GRAY, 60 },
0 commit comments