From 8e23262b2b78880221f8e584f577eae0b0402495 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Wed, 21 Aug 2013 17:53:15 -0500 Subject: [PATCH] [libpng17] Update comment in png_init_filter_functions() --- pngrutil.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pngrutil.c b/pngrutil.c index c37f91bfa..aefbf36c1 100644 --- a/pngrutil.c +++ b/pngrutil.c @@ -3840,7 +3840,8 @@ png_read_filter_row_paeth_multibyte_pixel(png_row_infop row_info, png_bytep row, static void png_init_filter_functions(png_structrp pp) - /* This function is called once for every PNG image to set the + /* This function is called once for every PNG image (except for PNG images + * that only use PNG_FILTER_VALUE_NONE for all rows) to set the * implementations required to reverse the filtering of PNG rows. Reversing * the filter is the first transformation performed on the row data. It is * performed in place, therefore an implementation can be selected based on