mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Bump version to libpng-1.5.6beta04
This commit is contained in:
@@ -3410,6 +3410,9 @@ png_read_finish_row(png_structp png_ptr)
|
||||
{
|
||||
png_ptr->row_number = 0;
|
||||
|
||||
/* TO DO: don't do this if prev_row isn't needed (requires
|
||||
* read-ahead of the next row's filter byte.
|
||||
*/
|
||||
png_memset(png_ptr->prev_row, 0, png_ptr->rowbytes + 1);
|
||||
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user