diff libvo/vo_png.c @ 18950:a943bc3f26c8

Make some functions static. Patch by Stefan Huehner, stefan at huehner org.
author uau
date Sat, 08 Jul 2006 15:26:36 +0000
parents a107276371a8
children ec55ecbbd702
line wrap: on
line diff
--- a/libvo/vo_png.c	Sat Jul 08 15:00:37 2006 +0000
+++ b/libvo/vo_png.c	Sat Jul 08 15:26:36 2006 +0000
@@ -59,7 +59,7 @@
 }
 
 
-struct pngdata create_png (char * fname, int image_width, int image_height, int swapped)
+static struct pngdata create_png (char * fname, int image_width, int image_height, int swapped)
 {
     struct pngdata png;