Skip to content

Commit 4e45161

Browse files
committed
compress_yuv_fuzzer: Minor code coverage tweak
1 parent 629e96e commit 4e45161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/compress_yuv.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
5454
char filename[FILENAME_MAX] = { 0 };
5555
struct test tests[NUMTESTS] = {
5656
{ TJPF_XBGR, TJSAMP_444, 100 },
57-
{ TJPF_RGBX, TJSAMP_422, 90 },
57+
{ TJPF_XRGB, TJSAMP_422, 90 },
5858
{ TJPF_BGR, TJSAMP_420, 80 },
5959
{ TJPF_RGB, TJSAMP_411, 70 },
6060
{ TJPF_BGR, TJSAMP_GRAY, 60 },

0 commit comments

Comments
 (0)