]> git.eshelyaron.com Git - emacs.git/commit
Pacify libpng on interlaced images (Bug#35843)
authorPaul Eggert <eggert@Penguin.CS.UCLA.EDU>
Tue, 21 May 2019 15:51:48 +0000 (08:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 May 2019 15:52:22 +0000 (08:52 -0700)
commitcb367c8e0d4a881acf8255e1ff6bdd6442efb538
tree212d886393dd26c0c85d52a342e5e7a73f34d347
parent8ff7807aa7c21f80798f36829edc17d4f6c1677e
Pacify libpng on interlaced images (Bug#35843)

* src/image.c (png_set_interlace_handling) [WINDOWSNT]:
New function to link.
(init_png_functions): Link it.
(png_load_body): Call it before calling png_read_update_info.
src/image.c