mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

On the Sony Android TV device where this was originally reproducible on Android L, on Android N there is an E-AC3 decoder listed which handles the stream correctly. The workaround is harmless anyway but adding the API version restriction means it will be obvious it can be removed once we bump our min API to 24 or above in the future. PiperOrigin-RevId: 413967443