Commit 5e88621a by olly Committed by Oliver Woodman

Make LibopusAudioRenderer non-final

PiperOrigin-RevId: 259608495
parent 223cc5f1
......@@ -26,10 +26,8 @@ import com.google.android.exoplayer2.drm.DrmSessionManager;
import com.google.android.exoplayer2.drm.ExoMediaCrypto;
import com.google.android.exoplayer2.util.MimeTypes;
/**
* Decodes and renders audio using the native Opus decoder.
*/
public final class LibopusAudioRenderer extends SimpleDecoderAudioRenderer {
/** Decodes and renders audio using the native Opus decoder. */
public class LibopusAudioRenderer extends SimpleDecoderAudioRenderer {
/** The number of input and output buffers. */
private static final int NUM_BUFFERS = 16;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment