summaryrefslogtreecommitdiffstats
path: root/audio/mixer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 18:19:47 +0100
committerwm4 <wm4@nowhere>2013-12-21 20:50:11 +0100
commit4abe6b862f07d4d2dfa75791c9fdd97ccbc8aeaa (patch)
tree42a4318f57ce5d2d851f8ae76b0fd696ddfc9c43 /audio/mixer.h
parent57359a1d62da36be3ea5f22db3c1f501dffc8156 (diff)
downloadmpv-4abe6b862f07d4d2dfa75791c9fdd97ccbc8aeaa.tar.bz2
mpv-4abe6b862f07d4d2dfa75791c9fdd97ccbc8aeaa.tar.xz
mixer: mp_msg conversions
Diffstat (limited to 'audio/mixer.h')
-rw-r--r--audio/mixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mixer.h b/audio/mixer.h
index e2e574c22e..7a14e0b23e 100644
--- a/audio/mixer.h
+++ b/audio/mixer.h
@@ -28,12 +28,12 @@ enum {
SOFTVOL_AUTO = 2,
};
-struct MPOpts;
+struct mpv_global;
struct ao;
struct af_stream;
struct mixer;
-struct mixer *mixer_init(void *talloc_ctx, struct MPOpts *opts);
+struct mixer *mixer_init(void *talloc_ctx, struct mpv_global *global);
void mixer_reinit_audio(struct mixer *mixer, struct ao *ao, struct af_stream *af);
void mixer_uninit_audio(struct mixer *mixer);
bool mixer_audio_initialized(struct mixer *mixer);