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 --- mp_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index 0b6695861a..277c37f2aa 100644 --- a/mp_core.h +++ b/mp_core.h @@ -61,7 +61,7 @@ typedef struct MPContext { demux_stream_t *d_video; demux_stream_t *d_sub; mixer_t mixer; - vo_functions_t *video_out; + const vo_functions_t *video_out; // Frames buffered in the vo ready to flip. Currently always 0 or 1. // This is really a vo variable but currently there's no suitable vo // struct. -- cgit v1.2.3