[libpng15] Imported from libpng-1.5.23beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2015-06-30 10:57:23 -05:00
parent 32751e6a20
commit 57b246e736
18 changed files with 103 additions and 102 deletions

View File

@@ -70,10 +70,10 @@ png_process_data_pause(png_structp png_ptr, int save)
png_uint_32 PNGAPI
png_process_data_skip(png_structp png_ptr)
{
/* TODO: somewhere the implementation of this seems to have been lost,
* or abandoned. It was only to support some internal snooping done by
* Mozilla (i.e. back-door access to png_struct) in 1.4; apparently they
* must have stopped doing it.
/* TODO: Deprecate and remove this API.
* Somewhere the implementation of this seems to have been lost,
* or abandoned. It was only to support some internal back-door access
* to png_struct) in libpng-1.4.x.
*/
png_warning(png_ptr,
"png_process_data_skip is not implemented in any current version"