mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Make LibopusAudioRenderer non-final
PiperOrigin-RevId: 259608495
This commit is contained in:
parent
223cc5f179
commit
5e88621ab0
1 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue