diff TOOLS/subrip.c @ 25219:e82ecde2cbd4

Mark several uses of vo_functions_t as const to stop some of the current hacks e.g. in vidix code from spreading.
author reimar
date Sun, 02 Dec 2007 14:24:23 +0000
parents d0991c8e2fee
children d4de2cffe5bd
line wrap: on
line diff
--- a/TOOLS/subrip.c	Sun Dec 02 14:17:45 2007 +0000
+++ b/TOOLS/subrip.c	Sun Dec 02 14:24:23 2007 +0000
@@ -71,7 +71,7 @@
   unsigned char *scaled_aimage;
   int auto_palette; /* 1 if we lack a palette and must use an heuristic. */
   int font_start_level;  /* Darkest value used for the computed font */
-  vo_functions_t *hw_spu;
+  const vo_functions_t *hw_spu;
   int spu_changed;
 } spudec_handle_t;