summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-22 22:57:51 +0200
committerwm4 <wm4@nowhere>2013-07-22 22:58:09 +0200
commitf32a90a8396136cdded09390b68c9aac3d29ee7e (patch)
treeeeb5879ca68094308e9cfa51ef7e86e729111a2e /audio/out/ao_wasapi.c
parent1f5ffe7d30a5537cc83fbfb8dad37d01af27427b (diff)
downloadmpv-f32a90a8396136cdded09390b68c9aac3d29ee7e.tar.bz2
mpv-f32a90a8396136cdded09390b68c9aac3d29ee7e.tar.xz
audio/out: remove options argument from init()
Same as with VOs in the previous commit.
Diffstat (limited to 'audio/out/ao_wasapi.c')
-rw-r--r--audio/out/ao_wasapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_wasapi.c b/audio/out/ao_wasapi.c
index d5a89ca587..33c4c3b7ea 100644
--- a/audio/out/ao_wasapi.c
+++ b/audio/out/ao_wasapi.c
@@ -1225,7 +1225,7 @@ static void uninit(struct ao *ao, bool immed)
mp_msg(MSGT_AO, MSGL_V, "ao-wasapi: uninit END!\n");
}
-static int init(struct ao *ao, char *params)
+static int init(struct ao *ao)
{
mp_msg(MSGT_AO, MSGL_V, "ao-wasapi: init!\n");
struct mp_chmap_sel sel = {0};