[MPlayer-cvslog] r33796 - trunk/command.c

reimar subversion at mplayerhq.hu
Sun Jul 3 00:55:53 CEST 2011


Author: reimar
Date: Sun Jul  3 00:55:52 2011
New Revision: 33796

Log:
Fix type to match read_pnm arguments.

Modified:
   trunk/command.c

Modified: trunk/command.c
==============================================================================
--- trunk/command.c	Sat Jul  2 19:13:26 2011	(r33795)
+++ trunk/command.c	Sun Jul  3 00:55:52 2011	(r33796)
@@ -2558,7 +2558,7 @@ static struct mp_eosd_source overlay_sou
 static void overlay_add(char *file, int id, int x, int y, unsigned col)
 {
     FILE *f;
-    unsigned w, h, bpp, maxval;
+    int w, h, bpp, maxval;
     uint8_t *data;
     struct mp_eosd_image *img;
 


More information about the MPlayer-cvslog mailing list