From 0c74758f0e6d5acff523182ac93ac7b91324498d Mon Sep 17 00:00:00 2001 From: ibaker Date: Thu, 24 Nov 2022 14:33:31 +0000 Subject: [PATCH] Remove two media3-only release notes from the ExoPlayer release notes Issue: google/ExoPlayer#10811 PiperOrigin-RevId: 490726544 (cherry picked from commit bb270c62cf2f7a1570fe22f87bb348a2d5e94dcf) --- RELEASENOTES.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ab5aec86e2f..3bc2239e6c8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -27,7 +27,6 @@ This release corresponds to the * Build: * Enforce minimum `compileSdkVersion` to avoid compilation errors ([#10684](https://github.com/google/ExoPlayer/issues/10684)). - * Avoid publishing block when included in another gradle build. * Track selection: * Prefer other tracks to Dolby Vision if display does not support it. ([#8944](https://github.com/google/ExoPlayer/issues/8944)). @@ -52,8 +51,6 @@ This release corresponds to the * Make `AudioTrackBufferSizeProvider` a public interface. * Add `ExoPlayer.setPreferredAudioDevice` to set the preferred audio output device ([#135](https://github.com/androidx/media/issues/135)). - * Rename `com.google.android.exoplayer2.audio.AudioProcessor` to - `com.google.android.exoplayer2.audio.AudioProcessor`. * Map 8-channel and 12-channel audio to the 7.1 and 7.1.4 channel masks respectively on all Android versions ([#10701](https://github.com/google/ExoPlayer/issues/10701)).