mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
fixing qoi_decode() declaration
This commit is contained in:
2
encoder/3rdparty/qoi.h
vendored
2
encoder/3rdparty/qoi.h
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user