mirror of
https://github.com/samsonjs/media.git
synced 2026-06-28 05:29:33 +00:00
Remove obsolete imports
PiperOrigin-RevId: 397280475
This commit is contained in:
parent
985e73dec8
commit
6f728a43ad
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue