From e351bee5a9adb1c14da8d70e948b5cdd96ea6f3c Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 13 Jan 2008 11:48:56 +0000 Subject: tvi_functions_t should be const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25712 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tvi_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tvi_def.h') diff --git a/stream/tvi_def.h b/stream/tvi_def.h index c47b0dfe36..9682b56f13 100644 --- a/stream/tvi_def.h +++ b/stream/tvi_def.h @@ -12,7 +12,7 @@ static int get_audio_framesize(priv_t *priv); int teletext_control(void* p, int cmd, void *arg); -static tvi_functions_t functions = +static const tvi_functions_t functions = { init, uninit, -- cgit v1.2.3