Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
ad6442ae
Commit
ad6442ae
authored
Dec 16, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aout: do not unset stereo-mode when changing device
parent
e38ea904
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/audio_output/dec.c
src/audio_output/dec.c
+0
-6
No files found.
src/audio_output/dec.c
View file @
ad6442ae
...
@@ -175,12 +175,6 @@ int aout_ChannelsRestart (vlc_object_t *obj, const char *varname,
...
@@ -175,12 +175,6 @@ int aout_ChannelsRestart (vlc_object_t *obj, const char *varname,
audio_output_t
*
aout
=
(
audio_output_t
*
)
obj
;
audio_output_t
*
aout
=
(
audio_output_t
*
)
obj
;
(
void
)
oldval
;
(
void
)
newval
;
(
void
)
data
;
(
void
)
oldval
;
(
void
)
newval
;
(
void
)
data
;
if
(
!
strcmp
(
varname
,
"audio-device"
))
{
/* This is supposed to be a significant change and supposes
* rebuilding the channel choices. */
var_Destroy
(
aout
,
"stereo-mode"
);
}
aout_RequestRestart
(
aout
,
AOUT_RESTART_OUTPUT
);
aout_RequestRestart
(
aout
,
AOUT_RESTART_OUTPUT
);
return
0
;
return
0
;
}
}
...
...
Write
Preview
Markdown
is supported
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