Fix release notes

PiperOrigin-RevId: 304196424
This commit is contained in:
olly 2020-04-01 17:03:44 +01:00 committed by Oliver Woodman
parent c9a89bee1c
commit dbea614cca

View File

@ -126,15 +126,13 @@
point audio without adjustment, pass `enableFloatOutput=true` to the point audio without adjustment, pass `enableFloatOutput=true` to the
`DefaultAudioSink` constructor `DefaultAudioSink` constructor
([#7134](https://github.com/google/ExoPlayer/issues/7134)). ([#7134](https://github.com/google/ExoPlayer/issues/7134)).
* Fix failure to play WAV files that contain trailing non-media bytes * Fix playback of WAV files with trailing non-media bytes
([#7129](https://github.com/google/ExoPlayer/issues/7129)) ([#7129](https://github.com/google/ExoPlayer/issues/7129)).
* Fix playback of ADTS files with mid-stream ID3 metadata.
* DRM: * DRM:
* Fix playback of Widevine protected content that only provides V1 PSSH atoms * Fix playback of Widevine protected content that only provides V1 PSSH atoms
on API levels 21 and 22. on API levels 21 and 22.
* Fix playback of PlayReady content on Fire TV Stick (Gen 2). * Fix playback of PlayReady content on Fire TV Stick (Gen 2).
* Fix playback of WAV files with trailing non-media bytes
([#7129](https://github.com/google/ExoPlayer/issues/7129)).
* Fix playback of ADTS files with mid-stream ID3 metadata.
* DASH: * DASH:
* Update the manifest URI to avoid repeated HTTP redirects * Update the manifest URI to avoid repeated HTTP redirects
([#6907](https://github.com/google/ExoPlayer/issues/6907)). ([#6907](https://github.com/google/ExoPlayer/issues/6907)).