summaryrefslogtreecommitdiff
path: root/include/tinyff/result.h
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-01-15 20:28:07 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-01-15 20:28:07 +1100
commit165d2bd7dde7ab55eced4556e8b1b9128276aa7b (patch)
tree24d0b3f4264b6627066aa82195f5fdb257682006 /include/tinyff/result.h
parentd0fc19a97c7f115dca25f2b39b6a9fbe337b31a3 (diff)
feat(png): Refactor PNG handling to use stream interface
Diffstat (limited to 'include/tinyff/result.h')
-rw-r--r--include/tinyff/result.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h
index daea32e..49919ed 100644
--- a/include/tinyff/result.h
+++ b/include/tinyff/result.h
@@ -12,10 +12,12 @@ typedef enum {
// -- ERRORS --
// File
- FF_RESULT_ERROR_INVALID_FILE_SIGNITURE,
FF_RESULT_ERROR_INVALID_FILE,
FF_RESULT_ERROR_READ_FILE_FAILURE,
+ // Media specific
+ FF_RESULT_ERROR_INVALID_PNG_SIGNITURE, // PNG
+
// Memory
FF_RESULT_ERROR_MEMORY_ALLOCATION,