Commit 50eb6474 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

wasapi: fix indentation

parent 445d8bc2
......@@ -562,7 +562,6 @@ static void vlc_ToWave(WAVEFORMATEXTENSIBLE *restrict wf,
wf->dwChannelMask |= SPEAKER_FRONT_CENTER;
if (audio->i_physical_channels & AOUT_CHAN_LFE)
wf->dwChannelMask |= SPEAKER_LOW_FREQUENCY;
// TODO: reorder
if (audio->i_physical_channels & AOUT_CHAN_REARLEFT)
wf->dwChannelMask |= SPEAKER_BACK_LEFT;
if (audio->i_physical_channels & AOUT_CHAN_REARRIGHT)
......
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