From b7f317e650efcbefaa110d2093e5851b27c13cc3 Mon Sep 17 00:00:00 2001 From: ibaker Date: Thu, 4 Jul 2024 08:17:14 -0700 Subject: [PATCH] Remove deprecation note from release notes This was added in https://github.com/androidx/media/commit/0b96f4372ff79328eb8b8b32c1291e758eb0de8e but isn't needed. The deprecation annotation is self-documenting. PiperOrigin-RevId: 649419778 --- RELEASENOTES.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cc197299f6..66675195fb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -18,10 +18,6 @@ * Image: * DRM: * Effect: - * Deprecate `DefaultVideoFrameProcessor#setInputDefaultBufferSize` and - `DefaultVideoFrameProcessor.Builder#setRequireRegisteringAllInputFrames`. - Use the new frame processor input type - `INPUT_TYPE_SURFACE_AUTOMATIC_FRAME_REGISTRATION` instead. * Muxers: * IMA extension: * Session: