diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-08 10:24:03 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-08 10:24:03 +1000 |
| commit | c9f5da1d19e6ace5d6a7c650fe996f359e11d1a5 (patch) | |
| tree | c5d61055549f1819d902e567f7227e0c3778300c /include/tinyff/image/png.h | |
| parent | 62cbefa6a8fca583c6f600f1d7e24f0c61c91b1e (diff) | |
docs(headers): Clean up comments across public headers
Diffstat (limited to 'include/tinyff/image/png.h')
| -rw-r--r-- | include/tinyff/image/png.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index fb064db..5d55b40 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -63,8 +63,7 @@ typedef struct { ff_png_chunk_handler_ptr handler; } ff_png_chunk_handler; -// Handler declarations -// Massive W.I.P +// Chunk handler declarations // Required by definition ff_result ff_png_header_handler(ff_ctx* ctx, uint8_t *buf, size_t len, ff_png_ctx* png_ctx); // IHDR |
