diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2025-12-19 18:19:57 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2025-12-19 18:19:57 +1100 |
| commit | 896ec637777e5a657d8180c51c5e574b469b7eed (patch) | |
| tree | ce43d6480c7dfd6b97fe7fb15bc88afb11da4e49 /include/tinyff | |
| parent | 53af2b5bcab39fb481379121c8c55da8b01d0db3 (diff) | |
fix(png): map chunk type raw value to enum in ff_next_chunk function
Diffstat (limited to 'include/tinyff')
| -rw-r--r-- | include/tinyff/image/png.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index 95ab94f..85ed179 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -38,6 +38,8 @@ typedef enum { // There are more, // but these ones will be // enough for now + + FF_PNG_CHUNK_TYPE_UNKNOWN, } ff_png_chunk_type; |
