summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/subrip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/subrip.c b/TOOLS/subrip.c
index ed1161900e..1548a383db 100644
--- a/TOOLS/subrip.c
+++ b/TOOLS/subrip.c
@@ -71,7 +71,7 @@ typedef struct {
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;