From 30568b2d0f38b73646bbc32f95259f74354660d4 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Tue, 10 Mar 2026 19:34:14 +1100 Subject: refactor(common): Add a context base for every ff_*_ctx --- include/tinyff/image/png.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/tinyff/image/png.h') diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index 05d5846..6941b42 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -25,6 +25,8 @@ typedef enum { } ff_png_mode; typedef struct { + FF_BASE + // Raw stream handle ff_stream *raw; @@ -52,9 +54,6 @@ typedef struct { uint8_t* palette; uint32_t palette_size; - bool valid; - ff_result last_error; - } ff_png_ctx; // Small BpP helper function -- cgit v1.2.3