From 165d2bd7dde7ab55eced4556e8b1b9128276aa7b Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Thu, 15 Jan 2026 20:28:07 +1100 Subject: feat(png): Refactor PNG handling to use stream interface --- include/tinyff/result.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/tinyff/result.h') 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, -- cgit v1.2.3