Link blog post from release notes

PiperOrigin-RevId: 245411528
This commit is contained in:
olly 2019-04-26 14:35:51 +01:00 committed by Oliver Woodman
parent 56520b7c73
commit b55e17588b

View File

@ -3,8 +3,10 @@
### 2.10.0 ###
* Core library:
* Improve decoder re-use between playbacks. TODO: Write and link a blog post
here ([#2826](https://github.com/google/ExoPlayer/issues/2826)).
* Improve decoder re-use between playbacks
([#2826](https://github.com/google/ExoPlayer/issues/2826)). Read
[this blog post](https://medium.com/google-exoplayer/improved-decoder-reuse-in-exoplayer-ef4c6d99591d)
for more details.
* Rename `ExtractorMediaSource` to `ProgressiveMediaSource`.
* Fix issue where using `ProgressiveMediaSource.Factory` would mean that
`DefaultExtractorsFactory` would be kept by proguard. Custom