changeset 24669:ec55ecbbd702

Make a local-only variable static in vo_png
author reimar
date Wed, 03 Oct 2007 11:50:15 +0000
parents d1f106c4e730
children a2599160737c
files libvo/vo_png.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_png.c	Tue Oct 02 19:22:46 2007 +0000
+++ b/libvo/vo_png.c	Wed Oct 03 11:50:15 2007 +0000
@@ -32,7 +32,7 @@
 
 LIBVO_EXTERN (png)
 
-int z_compression = Z_NO_COMPRESSION;
+static int z_compression = Z_NO_COMPRESSION;
 static int framenum = 0;
 
 struct pngdata {