output: move functions into the AudioOutput struct
This commit is contained in:
@@ -84,7 +84,7 @@ static AudioOutput *
|
||||
osx_output_init(const config_param ¶m, Error &error)
|
||||
{
|
||||
OSXOutput *oo = new OSXOutput();
|
||||
if (!ao_base_init(&oo->base, param, error)) {
|
||||
if (!oo->base.Configure(param, error)) {
|
||||
delete oo;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user