From 6f728a43ad3af426012990a3f1a094945ee1061a Mon Sep 17 00:00:00 2001 From: bachinger Date: Fri, 17 Sep 2021 11:08:59 +0100 Subject: [PATCH] Remove obsolete imports PiperOrigin-RevId: 397280475 --- .../android/exoplayer2/audio/MediaCodecAudioRenderer.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/audio/MediaCodecAudioRenderer.java b/library/core/src/main/java/com/google/android/exoplayer2/audio/MediaCodecAudioRenderer.java index 82f09f0b27..43a39c7940 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/audio/MediaCodecAudioRenderer.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/audio/MediaCodecAudioRenderer.java @@ -15,11 +15,6 @@ */ package com.google.android.exoplayer2.audio; -import static com.google.android.exoplayer2.Renderer.MSG_SET_CAMERA_MOTION_LISTENER; -import static com.google.android.exoplayer2.Renderer.MSG_SET_CHANGE_FRAME_RATE_STRATEGY; -import static com.google.android.exoplayer2.Renderer.MSG_SET_SCALING_MODE; -import static com.google.android.exoplayer2.Renderer.MSG_SET_VIDEO_FRAME_METADATA_LISTENER; -import static com.google.android.exoplayer2.Renderer.MSG_SET_VIDEO_OUTPUT; import static com.google.android.exoplayer2.decoder.DecoderReuseEvaluation.DISCARD_REASON_MAX_INPUT_SIZE_EXCEEDED; import static com.google.android.exoplayer2.decoder.DecoderReuseEvaluation.REUSE_RESULT_NO; import static com.google.android.exoplayer2.util.Assertions.checkNotNull;