Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f57c0a5b
Commit
f57c0a5b
authored
Oct 05, 2012
by
Jean-Baptiste Kempf
Browse files
AudioTrack: blind fix for compilation
parent
f67cdb74
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/audio_output/audiotrack.c
View file @
f57c0a5b
...
...
@@ -219,7 +219,7 @@ static int Open(vlc_object_t *p_this)
case
2
:
default:
channel
=
CHANNEL_OUT_STEREO
;
p_aout
->
format
.
i_physical_channels
=
AOUT_CHAN_STEREO
;
p_aout
->
format
.
i_physical_channels
=
AOUT_CHAN
S
_STEREO
;
break
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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