mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()
and png_set_eXIf_1(), respectively, to avoid breaking API compatibility with libpng-1.6.31.
This commit is contained in:
@@ -2041,7 +2041,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(png_ptr, info_ptr, length, eXIf_buf);
|
||||
png_set_eXIf_1(png_ptr, info_ptr, length, eXIf_buf);
|
||||
|
||||
png_free(png_ptr, eXIf_buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user