From fc79fd0474494f40a7c86df1e6e9448c61a56a6d Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 Jul 2015 19:23:09 +0200 Subject: ao: don't pass along AO arguments when redirecting Only causes problems. --- audio/out/ao.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao.c b/audio/out/ao.c index abf50b6b81..45dbbcf9c0 100644 --- a/audio/out/ao.c +++ b/audio/out/ao.c @@ -191,7 +191,7 @@ static struct ao *ao_init(bool probing, struct mpv_global *global, snprintf(rdevice, sizeof(rdevice), "%s", ao->device ? ao->device : ""); talloc_free(ao); return ao_init(probing, global, input_ctx, encode_lavc_ctx, - samplerate, format, channels, rdevice, redirect, args); + samplerate, format, channels, rdevice, redirect, NULL); } goto fail; } -- cgit v1.2.3