Merge pull request #236 from AmCh-Q/patch-1
Fix small typo in qoibench.c
This commit is contained in:
commit
d6e88eb1be
@ -431,7 +431,7 @@ benchmark_result_t benchmark_image(const char *path) {
|
|||||||
}, &encoded_qoi_size);
|
}, &encoded_qoi_size);
|
||||||
|
|
||||||
if (!pixels || !encoded_qoi || !encoded_png) {
|
if (!pixels || !encoded_qoi || !encoded_png) {
|
||||||
ERROR("Error decoding %s", path);
|
ERROR("Error encoding %s", path);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verify QOI Output
|
// Verify QOI Output
|
||||||
|
Loading…
Reference in New Issue
Block a user