summaryrefslogtreecommitdiffstats
path: root/mixer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-01 20:11:14 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-01 20:11:14 +0000
commit6921ab9e242e186a27db6e392f4ac352e3a003d9 (patch)
treea1dac369f15271a945e46a0b9a37e717417124a9 /mixer.h
parentea8ae01ee0206a6747b8a05c4668576ce6dc5c26 (diff)
downloadmpv-6921ab9e242e186a27db6e392f4ac352e3a003d9.tar.bz2
mpv-6921ab9e242e186a27db6e392f4ac352e3a003d9.tar.xz
ao_functions_t should be const, part 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25945 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mixer.h')
-rw-r--r--mixer.h2
1 files changed, 1 insertions, 1 deletions
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;