[libpng12] Updated copyright year in recently-changed files.

This commit is contained in:
Glenn Randers-Pehrson
2013-12-31 20:58:32 -06:00
parent 6ab9048ea5
commit 5d809d283b
5 changed files with 17 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
/* pngrtran.c - transforms the data in a row for PNG readers
*
* Last changed in libpng 1.2.49 [March 29, 2012]
* Copyright (c) 1998-2012 Glenn Randers-Pehrson
* Last changed in libpng 1.2.51 [January 1, 2014]
* Copyright (c) 1998-2014 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
@@ -917,7 +917,10 @@ png_init_read_transformations(png_structp png_ptr)
for (i=0; i<png_ptr->num_trans; i++)
{
if (png_ptr->trans[i] != 0 && png_ptr->trans[i] != 0xff)
{
k=1; /* Partial transparency is present */
break;
}
}
if (k == 0)
png_ptr->transformations &= ~PNG_GAMMA;