From f32a90a8396136cdded09390b68c9aac3d29ee7e Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jul 2013 22:57:51 +0200 Subject: audio/out: remove options argument from init() Same as with VOs in the previous commit. --- audio/out/ao_wasapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/out/ao_wasapi.c') 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}; -- cgit v1.2.3