diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-01-28 19:53:41 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-01-28 19:53:41 +1100 |
| commit | 81847cec366aa54431c38367a291c9e332c93803 (patch) | |
| tree | 62edbbb8cca7e3976208e4d44a0faf3728f7aefb /include/tinyff/result.h | |
| parent | 4702ca610c84818a90cf0d6aa73a6711285b8a5b (diff) | |
feat(result): Add decrompression failure error result
Diffstat (limited to 'include/tinyff/result.h')
| -rw-r--r-- | include/tinyff/result.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 49919ed..55ddcfd 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -16,7 +16,12 @@ typedef enum { FF_RESULT_ERROR_READ_FILE_FAILURE, // Media specific - FF_RESULT_ERROR_INVALID_PNG_SIGNITURE, // PNG + + // PNG + FF_RESULT_ERROR_INVALID_PNG_SIGNITURE, + + // Archive (more general archives terms) + FF_RESULT_ERROR_DECOMPRESSION_FAILURE, // Memory FF_RESULT_ERROR_MEMORY_ALLOCATION, |
