Commit 0697e180 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

oss: fix corrupt audio format (fixes #9760)

parent 5804dd12
...@@ -208,6 +208,7 @@ static int Start (audio_output_t *aout, audio_sample_format_t *restrict fmt) ...@@ -208,6 +208,7 @@ static int Start (audio_output_t *aout, audio_sample_format_t *restrict fmt)
fmt->i_original_channels = fmt->i_original_channels =
fmt->i_physical_channels = channels; fmt->i_physical_channels = channels;
} }
aout_FormatPrepare (fmt);
VolumeSync (aout); VolumeSync (aout);
sys->starting = true; sys->starting = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment