diff libvo/vo_png.c @ 25220:c9e9ac2008c2

Mark the vo_functions_t definitions as const where possible. This is not possible for xover and anything supporting vidix due to horrible hacks.
author reimar
date Sun, 02 Dec 2007 14:39:15 +0000
parents 3aee342be929
children 0d255d03016f
line wrap: on
line diff
--- a/libvo/vo_png.c	Sun Dec 02 14:24:23 2007 +0000
+++ b/libvo/vo_png.c	Sun Dec 02 14:39:15 2007 +0000
@@ -30,7 +30,7 @@
 	""
 };
 
-LIBVO_EXTERN (png)
+const LIBVO_EXTERN (png)
 
 static int z_compression = Z_NO_COMPRESSION;
 static int framenum = 0;