Imported from libpng-1.2.17rc2.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-05-09 08:56:59 -05:00
parent 3148c65323
commit e8f6605642
50 changed files with 180 additions and 145 deletions

View File

@@ -583,7 +583,7 @@ png_set_expand_gray_1_2_4_to_8(png_structp png_ptr)
{
png_debug(1, "in png_set_expand_gray_1_2_4_to_8\n");
if(png_ptr == NULL) return;
png_ptr->transformations |= PNG_EXPAND_tRNS;
png_ptr->transformations |= PNG_EXPAND;
}
#endif