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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h
index c2c7db2..3937e8d 100644
--- a/include/tinyff/image/png.h
+++ b/include/tinyff/image/png.h
@@ -37,6 +37,9 @@ typedef struct {
uint8_t bit_depth;
uint8_t color_type;
+ // Interlace method
+ uint8_t interlace_method;
+
// Image data
ff_png_mode image_mode;