ao: don't pass along AO arguments when redirecting

Only causes problems.
This commit is contained in:
wm4 2015-07-03 19:23:09 +02:00
parent 514af9fbd1
commit fc79fd0474
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}