From dbea614ccaa237f30be9fed1d6b051ed1c391da9 Mon Sep 17 00:00:00 2001 From: olly Date: Wed, 1 Apr 2020 17:03:44 +0100 Subject: [PATCH] Fix release notes PiperOrigin-RevId: 304196424 --- RELEASENOTES.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d4a39f7fb2..5715869155 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -126,15 +126,13 @@ point audio without adjustment, pass `enableFloatOutput=true` to the `DefaultAudioSink` constructor ([#7134](https://github.com/google/ExoPlayer/issues/7134)). - * Fix failure to play WAV files that contain trailing non-media bytes - ([#7129](https://github.com/google/ExoPlayer/issues/7129)) + * 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. * DRM: * Fix playback of Widevine protected content that only provides V1 PSSH atoms on API levels 21 and 22. * 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: * Update the manifest URI to avoid repeated HTTP redirects ([#6907](https://github.com/google/ExoPlayer/issues/6907)).