X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c0d9ce3285864062f74951871971fec1debeafb..d485bda109d5ef0fef36a3f737549e9b9f54baab:/src/png/pngstruct.h diff --git a/src/png/pngstruct.h b/src/png/pngstruct.h index 33f23844a4..07f3a04255 100644 --- a/src/png/pngstruct.h +++ b/src/png/pngstruct.h @@ -353,5 +353,8 @@ struct png_struct_def /* New member added in libpng-1.5.6 */ png_bytep big_prev_row; + + void (*read_filter[PNG_FILTER_VALUE_LAST-1])(png_row_infop row_info, + png_bytep row, png_const_bytep prev_row); }; #endif /* PNGSTRUCT_H */