mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Fix BrunsliDecodeJpeg definition
This commit is contained in:
parent
9ebb249375
commit
29a8b5fe0e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace brunsli {
|
|||
// The *jpg object is valid only as long as the input data is valid.
|
||||
// Returns BRUNSLI_OK, unless the data is not valid brunsli byte stream, or is
|
||||
// truncated.
|
||||
BrunsliStatus BrunsliDecodeJpeg(const uint8_t* data, size_t len, JPEGData* jpg);
|
||||
BrunsliStatus BrunsliDecodeJpeg(const uint8_t* data, size_t len, JPEGData* jpg, bool use_brotli);
|
||||
|
||||
/* Check if data looks like Brunsli stream.
|
||||
* Currently, only 6 byte signature is compared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue