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

We stopped using using this MIME type in74a9d8f680
This broke subtitle decoding in some cases (Issue: #7985), which I fixed in7b8895d655
. After some discussion we've decided SubtitleDecoderFactory shouldn't depend on Format.containerMimeType (since the samples have already been extracted by this point, so the container shouldn't matter). So this change fixes DashManifestParser to use MimeTypes.APPLICATION_MP4VTT (and reverts the no-longer-needed SubtitleDecoderFactory change). PiperOrigin-RevId: 336668450
ExoPlayer library
The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.