media/libraries/exoplayer/src
lawadr 580ff6759c Fix AudioCapabilities regression
Since DEFAULT_MAX_CHANNEL_COUNT was increased from 8 to 10,
getMaxSupportedChannelCountForPassthrough always throws if its loop
enters its second iteration (channelCount of 9). This is due to
Util.getAudioTrackChannelConfig returning CHANNEL_INVALID when passed a
channelCount of 9, and setting CHANNEL_INVALID as the AudioFormat's
channel mask throws an exception.

This change skips each iteration where CHANNEL_INVALID is returned.
2023-10-19 09:17:41 +01:00
..
androidTest Move DefaultImageDecoderTest in tests 2023-09-21 03:53:42 -07:00
main Fix AudioCapabilities regression 2023-10-19 09:17:41 +01:00
test Rollback of eafe2e35f0 2023-10-19 00:21:43 -07:00