Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5e88621a
authored
Jul 23, 2019
by
olly
Committed by
Oliver Woodman
Jul 23, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Make LibopusAudioRenderer non-final
PiperOrigin-RevId: 259608495
parent
223cc5f1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/LibopusAudioRenderer.java
extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/LibopusAudioRenderer.java
View file @
5e88621a
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment