Added interlace handling to PNG decoder.
authorGabe Schwartz <hapemask@gmail.com>
Thu, 29 Aug 2013 18:32:50 +0000 (14:32 -0400)
committerGabe Schwartz <hapemask@gmail.com>
Fri, 30 Aug 2013 13:49:24 +0000 (09:49 -0400)
commitb2bedef26fd917da3e3a1051a03138b511b4924e
tree83bbae81ed051860ba660c53003f4c9ae9706809
parente2441e0034f5e36e8e8980f15cf6e391e43b720b
Added interlace handling to PNG decoder.

libpng 1.5+ recommends a call to png_set_interlace_handling() if you use
png_read_update_info and png_read_image. It will generate a warning
without it.
modules/highgui/src/grfmt_png.cpp