Skip to content

Commit 3d86e1c

Browse files
committed
Resync
1 parent b91c0d6 commit 3d86e1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

formats/png/rpng.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,14 @@ static bool png_process_ihdr(struct png_ihdr *ihdr)
179179
return false;
180180
}
181181

182+
#ifdef RPNG_TEST
182183
fprintf(stderr, "IHDR: (%u x %u), bpc = %u, palette = %s, color = %s, alpha = %s, adam7 = %s.\n",
183184
ihdr->width, ihdr->height,
184185
ihdr_depth, (ihdr->color_type == PNG_IHDR_COLOR_PLT) ? "yes" : "no",
185186
(ihdr->color_type & PNG_IHDR_COLOR_RGB) ? "yes" : "no",
186187
(ihdr->color_type & PNG_IHDR_COLOR_GRAY_ALPHA) ? "yes" : "no",
187188
ihdr->interlace == 1 ? "yes" : "no");
189+
#endif
188190

189191
return true;
190192
}

0 commit comments

Comments
 (0)