Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
50eb6474
Commit
50eb6474
authored
Nov 11, 2012
by
Rémi Denis-Courmont
Browse files
wasapi: fix indentation
parent
445d8bc2
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/audio_output/wasapi.c
View file @
50eb6474
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment