Fix typo in channel mapping
This commit is contained in:
parent
1febe32e73
commit
7e5a3925b3
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ void SLAudioRenderer::remapChannels(POPUS_MULTISTREAM_CONFIGURATION opusConfig)
|
|||
SWAP_CHANNEL(3, 5);
|
||||
|
||||
// Swap RR and RL - now FL,C,FR,RL,RR,LFE
|
||||
SWAP_CHANNEL(4, 5);
|
||||
SWAP_CHANNEL(3, 4);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue