diff libmpcodecs/vd_mpng.c @ 7472:c4434bdf6e51

tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
author arpi
date Sun, 22 Sep 2002 02:33:28 +0000
parents 28677d779205
children a9448dd2430c
line wrap: on
line diff
--- a/libmpcodecs/vd_mpng.c	Sun Sep 22 00:43:14 2002 +0000
+++ b/libmpcodecs/vd_mpng.c	Sun Sep 22 02:33:28 2002 +0000
@@ -66,7 +66,6 @@
 //    png_bytep       data;
     png_bytep     * row_p;
     png_uint_32     png_width=0,png_height=0;
-    char	  * palette = NULL;
     int             depth,color;
     png_uint_32     i;
     mp_image_t* mpi;