[libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().

This commit is contained in:
Glenn Randers-Pehrson
2017-08-02 17:27:41 -05:00
parent f30f1ae3ea
commit 3fa1df48a1
10 changed files with 40 additions and 68 deletions

View File

@@ -2048,7 +2048,7 @@ png_handle_eXIf(png_structrp png_ptr, png_inforp info_ptr, png_uint_32 length)
if (png_crc_finish(png_ptr, 0) != 0)
return;
png_set_eXIf_1(png_ptr, info_ptr, length, info_ptr->eXIf_buf);
png_set_eXIf(png_ptr, info_ptr, info_ptr->eXIf_buf);
png_free(png_ptr, info_ptr->eXIf_buf);
info_ptr->eXIf_buf = NULL;