From fda4dce8a074ef98cc215eb11082464c647fbb67 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 19 Jan 2008 11:33:36 +0000 Subject: audio_out / video_out structs should be treated as const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25793 b3059339-0415-0410-9bf9-f77b7e298cf2 --- gui/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/interface.c') diff --git a/gui/interface.c b/gui/interface.c index ce89174205..283a83816b 100644 --- a/gui/interface.c +++ b/gui/interface.c @@ -506,7 +506,7 @@ static void remove_vf( char * str ) int guiGetEvent( int type,char * arg ) { - ao_functions_t *audio_out = NULL; + const ao_functions_t *audio_out = NULL; const vo_functions_t *video_out = NULL; mixer_t *mixer = NULL; -- cgit v1.2.3