Skip to content

Commit

Permalink
ao: actually use the options we collect
Browse files Browse the repository at this point in the history
  • Loading branch information
abrasive committed Apr 1, 2013
1 parent cb1bfba commit 9b9899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_ao.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static int init(int argc, char **argv) {
fmt.channels = 2;
fmt.byte_format = AO_FMT_NATIVE;

dev = ao_open_live(driver, &fmt, NULL);
dev = ao_open_live(driver, &fmt, ao_opts);

return dev ? 0 : 1;
}
Expand Down

0 comments on commit 9b9899b

Please sign in to comment.