Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
450
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
082a0305
Commit
082a0305
authored
2 years ago
by
Thomas Guillem
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
coreaudio: add Lsd/Rsd mapping
Could not test it.
parent
0a65098f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2786
coreaudio: fix surround 5.1 / 7.1 mapping on macOS and tvOS
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/audio_output/coreaudio_common.c
+4
-0
4 additions, 0 deletions
modules/audio_output/coreaudio_common.c
with
4 additions
and
0 deletions
modules/audio_output/coreaudio_common.c
+
4
−
0
View file @
082a0305
...
...
@@ -629,6 +629,10 @@ AudioChannelLabelToVlcChan(AudioChannelLabel chan, bool swap_rear_surround)
:
AOUT_CHAN_MIDDLERIGHT
;
case
kAudioChannelLabel_CenterSurround
:
return
AOUT_CHAN_REARCENTER
;
case
kAudioChannelLabel_LeftSurroundDirect
:
return
AOUT_CHAN_MIDDLELEFT
;
case
kAudioChannelLabel_RightSurroundDirect
:
return
AOUT_CHAN_MIDDLERIGHT
;
default:
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment