[MPlayer-cvslog] r24689 - trunk/libvo/vo_png.c

reimar subversion at mplayerhq.hu
Wed Oct 3 13:50:16 CEST 2007


Author: reimar
Date: Wed Oct  3 13:50:15 2007
New Revision: 24689

Log:
Make a local-only variable static in vo_png


Modified:
   trunk/libvo/vo_png.c

Modified: trunk/libvo/vo_png.c
==============================================================================
--- trunk/libvo/vo_png.c	(original)
+++ trunk/libvo/vo_png.c	Wed Oct  3 13:50:15 2007
@@ -32,7 +32,7 @@ static vo_info_t info = 
 
 LIBVO_EXTERN (png)
 
-int z_compression = Z_NO_COMPRESSION;
+static int z_compression = Z_NO_COMPRESSION;
 static int framenum = 0;
 
 struct pngdata {



More information about the MPlayer-cvslog mailing list