diff libvo/vo_jpeg.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 2a34d9fa52ab
line wrap: on
line diff
--- a/libvo/vo_jpeg.c	Sun Dec 02 14:24:23 2007 +0000
+++ b/libvo/vo_jpeg.c	Sun Dec 02 14:39:15 2007 +0000
@@ -67,7 +67,7 @@
 	""
 };
 
-LIBVO_EXTERN (jpeg)
+const LIBVO_EXTERN (jpeg)
 
 /* ------------------------------------------------------------------------- */