From 6b19e5781c29da139dda96f519b921624231bbef Mon Sep 17 00:00:00 2001 From: ibaker Date: Wed, 24 May 2023 11:22:45 +0100 Subject: [PATCH] Clean up release notes (again) I undid my last clean-up (https://github.com/androidx/media/commit/b762ca993ef2c8afc2e840cebdf86bba2778b798) in https://github.com/androidx/media/commit/5a5c3ce3bd4a6b906e8ddc6cbdbfcf2d7f4ee71f #minor-release PiperOrigin-RevId: 534763770 (cherry picked from commit 41492b6e299b4069324dd74ae03ad896992ae970) --- RELEASENOTES.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index aa3c7f12a4..6aaab0e25a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -110,9 +110,6 @@ * Remove the deprecated `Player.Listener.onSeekProcessed` and `AnalyticsListener.onSeekProcessed`, use `onPositionDiscontinuity` with `DISCONTINUITY_REASON_SEEK` instead. -* Core library: - * Add `ExoPlayer.setVideoFrameProcessorFactory()` for using `Effect` with - a custom `VideoFrameProcessor.Factory` during video playback. * Remove `ExoPlayer.setHandleWakeLock(boolean)`, use `setWakeMode(int)` instead. * Remove deprecated