From 437c6d5dd8d847b848c9e516c9b2d169e64d74b6 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Thu, 21 Jan 2021 10:41:25 +0000 Subject: [PATCH] Move audio retry release note to the right place PiperOrigin-RevId: 352976712 --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a1c258698b..1d79026df9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -212,6 +212,7 @@ `onAudioSessionIdChanged` is called in fewer cases than `onAudioSessionId` was called, due to the improved handling of audio session IDs as described above. + * Retry playback after some types of `AudioTrack` error. * Text: * Gracefully handle null-terminated subtitle content in Matroska containers. @@ -317,7 +318,6 @@ * Support enabling the previous and next actions individually in `PlayerNotificationManager`. * Audio: - * Retry playback after some types of `AudioTrack` error. * Work around `AudioManager` crashes when calling `getStreamVolume` ([#8191](https://github.com/google/ExoPlayer/issues/8191)). * Extractors: