mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-18 14:20:06 +00:00
Fix typo in channel mapping
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user