From 844c8ffc48c7e7715c43a1290188f5bdfa289821 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Dec 2007 14:24:23 +0000 Subject: Mark several uses of vo_functions_t as const to stop some of the current hacks e.g. in vidix code from spreading. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25247 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/subrip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') 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; -- cgit v1.2.3