diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 20:52:05 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 20:52:05 +1100 |
| commit | fa59b89a30f5ec834f6974edb236c7aba05ee229 (patch) | |
| tree | 1a710987f931cf9da90da3551aaeb0000140f671 /include/tinyff/result.h | |
| parent | 1a05b6e111fa143ecd67491e548e5fc1db74f30e (diff) | |
feat(bench): Check if marker size is out of bounds
Diffstat (limited to 'include/tinyff/result.h')
| -rw-r--r-- | include/tinyff/result.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 3ed69b9..e77c9b4 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -14,6 +14,9 @@ typedef enum { // File FF_RESULT_ERROR_INVALID_FILE, FF_RESULT_ERROR_READ_FILE_FAILURE, + + // Generic + FF_RESULT_ERROR_OUT_OF_BOUNDS, // Media specific |
