From 6921ab9e242e186a27db6e392f4ac352e3a003d9 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 1 Feb 2008 20:11:14 +0000 Subject: ao_functions_t should be const, part 1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25945 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixer.h') diff --git a/mixer.h b/mixer.h index 30a050407f..63a8113f9c 100644 --- a/mixer.h +++ b/mixer.h @@ -10,7 +10,7 @@ extern int soft_vol; extern float soft_vol_max; typedef struct mixer_s { - ao_functions_t *audio_out; + const ao_functions_t *audio_out; af_stream_t *afilter; int volstep; int muted; -- cgit v1.2.3