[libpng15] Bump version to libpng-1.5.6beta04
diff --git a/pngrutil.c b/pngrutil.c
index 62b3afc..0de1fa9 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -3410,6 +3410,9 @@
    {
       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