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
33727a57
Commit
33727a57
authored
Apr 07, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove outdated comment
parent
4ed72f93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
src/audio_output/intf.c
src/audio_output/intf.c
+0
-23
No files found.
src/audio_output/intf.c
View file @
33727a57
...
...
@@ -58,29 +58,6 @@ static aout_instance_t *findAout (vlc_object_t *obj)
}
#define findAout(o) findAout(VLC_OBJECT(o))
/*
* Volume management
*
* The hardware volume cannot be set if the output module gets deleted, so
* we must take the mixer lock. The software volume cannot be set while the
* mixer is running, so we need the mixer lock (too).
*
* Here is a schematic of the i_volume range :
*
* |------------------------------+---------------------------------------|
* 0 pi_soft 1024
*
* Between 0 and pi_soft, the volume is done in hardware by the output
* module. Above, the output module will change p_aout->mixer.i_multiplier
* (done in software). This scaling may result * in cropping errors and
* should be avoided as much as possible.
*
* It is legal to have *pi_soft == 0, and do everything in software.
* It is also legal to have *pi_soft == 1024, and completely avoid
* software scaling. However, some streams (esp. A/52) are encoded with
* a very low volume and users may complain.
*/
enum
{
SET_MUTE
=
1
,
SET_VOLUME
=
2
,
...
...
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