Commit 29ed18c7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

sndio: fix typo in 8-bits audio handling

parent 773121de
......@@ -76,7 +76,7 @@ static int Start (audio_output_t *aout, audio_sample_format_t *restrict fmt)
struct sio_par par;
sio_initpar (&par);
switch (fmt->i_format) {
case VLC_CODEC_S8:
case VLC_CODEC_U8:
par.bits = 8;
par.sig = 0;
break;
......
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