media/libraries/exoplayer/src
andrewlewis 2f8ce053b9 Avoid crash when testing spatialization of high channel count audio
For audio with more than 12 channels, no channel mask was determined, which
meant that the code to check spatializability would throw because of creating
an invalid audio format.

Return early if the channel mask was invalid instead (and assume spatialization
isn't possible).

PiperOrigin-RevId: 625618683
2024-04-17 03:03:01 -07:00
..
androidTest Update ClippedPlaybackTest to fail on a player error (vs timing out) 2024-04-03 08:04:57 -07:00
main Avoid crash when testing spatialization of high channel count audio 2024-04-17 03:03:01 -07:00
test Remove need to call setVideoEffects before initialize in sink provider 2024-04-15 01:26:49 -07:00