media/library
tonihei 75eab31d79 Rollback of 0943886cbd
*** Original commit ***

Use last queue format instead of previous decision to select new track

We currently use the saved selectionIndex to base our new track
selection decision on. This index might be stale if the previous
selection didn't result in a queue update (e.g. when loading live
streams where the new chunk isn't available yet).

Fix this by using the format of the last chunk to make the new decision.

Issue: #7582

***

PiperOrigin-RevId: 319991676
2020-07-08 13:55:47 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
core Rollback of 0943886cbd 2020-07-08 13:55:47 +01:00
dash Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
extractor Remove some sanity occurrences in Java files 2020-07-08 13:54:51 +01:00
hls Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
smoothstreaming Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
ui Increase char limits for some string translations 2020-07-03 09:03:24 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

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.