Imported from libpng-1.2.9beta5.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-03-04 16:50:47 -06:00
parent c3d51c14f2
commit e64746200b
64 changed files with 1239 additions and 1902 deletions

View File

@@ -490,10 +490,10 @@ row_callback(png_structp png_ptr, png_bytep new_row,
* In this function you will receive a pointer to new row data from
* libpng called new_row that is to replace a corresponding row (of
* the same data format) in a buffer allocated by your application.
*
*
* The new row data pointer new_row may be NULL, indicating there is
* no new data to be replaced (in cases of interlace loading).
*
*
* If new_row is not NULL then you need to call
* png_progressive_combine_row() to replace the corresponding row as
* shown below: