fixing qoi_decode() declaration

This commit is contained in:
Richard Geldreich
2026-04-12 13:00:47 -04:00
parent ae89aab33c
commit 98f1ccb377

View File

@@ -286,7 +286,7 @@ is filled with the description from the file header.
The returned pixel data should be free()d after use. */
void *qoi_decode(const void *data, int size, qoi_desc *desc, int channels);
void *qoi_decode(const void *data, size_t size, qoi_desc *desc, int channels);
#ifdef __cplusplus