Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
600240e2
Commit
600240e2
authored
May 31, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replay gain: no need to restart the audio mixer (anymore)
parent
33b89791
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/audio_output/input.c
src/audio_output/input.c
+0
-5
No files found.
src/audio_output/input.c
View file @
600240e2
...
...
@@ -901,10 +901,6 @@ static int ReplayGainCallback( vlc_object_t *p_this, char const *psz_cmd,
aout_lock_mixer
(
p_aout
);
for
(
i
=
0
;
i
<
p_aout
->
i_nb_inputs
;
i
++
)
ReplayGainSelect
(
p_aout
,
p_aout
->
pp_inputs
[
i
]
);
/* Restart the mixer (a trivial mixer may be in use) */
if
(
p_aout
->
p_mixer
)
aout_MixerMultiplierSet
(
p_aout
,
p_aout
->
mixer_multiplier
);
aout_unlock_mixer
(
p_aout
);
return
VLC_SUCCESS
;
...
...
@@ -961,4 +957,3 @@ static void ReplayGainSelect( aout_instance_t *p_aout, aout_input_t *p_input )
free
(
psz_replay_gain
);
}
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