[libpng15] Bump version to 1.5.13beta03

This commit is contained in:
Glenn Randers-Pehrson
2012-09-10 11:24:27 -05:00
parent 95ea04f925
commit 6e3b0c2e3a
28 changed files with 648 additions and 132 deletions

View File

@@ -3706,7 +3706,7 @@ png_init_filter_functions_neon(png_structp pp, unsigned int bpp)
{
pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub3_neon;
pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg3_neon;
pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
png_read_filter_row_paeth3_neon;
}