summaryrefslogtreecommitdiff
path: root/include/tinyff/image/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff/image/png.h')
-rw-r--r--include/tinyff/image/png.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h
index fb064db..91ec477 100644
--- a/include/tinyff/image/png.h
+++ b/include/tinyff/image/png.h
@@ -36,6 +36,7 @@ typedef struct {
// Color information
uint8_t bit_depth;
uint8_t color_type;
+ uint8_t filter_method;
// Interlace method
uint8_t interlace_method;