Fix typo in channel mapping

This commit is contained in:
Cameron Gutman
2019-11-17 14:35:37 -08:00
parent 1febe32e73
commit 7e5a3925b3

View File

@@ -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);
}
}