Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Nov 21, 2024
1 parent 0639229 commit d106292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decenc_png.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dec_png(unsigned char *pngbuf, g2int *width, g2int *height,
png_set_read_fn(png_ptr, (png_voidp)&read_io_ptr, (png_rw_ptr)user_read_data);

/* support for larger grids */
//png_set_user_limits(png_ptr, G2C_PNG_WIDTH_MAX, G2C_PNG_HEIGHT_MAX);
png_set_user_limits(png_ptr, G2C_PNG_WIDTH_MAX, G2C_PNG_HEIGHT_MAX);

/* Read and decode PNG stream. */
png_read_png(png_ptr, info_ptr, PNG_TRANSFORM_IDENTITY, NULL);
Expand Down

0 comments on commit d106292

Please sign in to comment.