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
0236831e
authored
Nov 25, 2015
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove author tags.
parent
761b8137
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
extensions/opus/src/main/java/com/google/android/exoplayer/ext/opus/LibopusAudioTrackRenderer.java
extensions/opus/src/main/java/com/google/android/exoplayer/ext/opus/OpusDecoder.java
extensions/opus/src/main/java/com/google/android/exoplayer/ext/opus/LibopusAudioTrackRenderer.java
View file @
0236831e
...
@@ -36,8 +36,6 @@ import java.util.List;
...
@@ -36,8 +36,6 @@ import java.util.List;
/**
/**
* Decodes and renders audio using the native Opus decoder.
* Decodes and renders audio using the native Opus decoder.
*
* @author vigneshv@google.com (Vignesh Venkatasubramanian)
*/
*/
public
final
class
LibopusAudioTrackRenderer
extends
SampleSourceTrackRenderer
public
final
class
LibopusAudioTrackRenderer
extends
SampleSourceTrackRenderer
implements
MediaClock
{
implements
MediaClock
{
...
...
extensions/opus/src/main/java/com/google/android/exoplayer/ext/opus/OpusDecoder.java
View file @
0236831e
...
@@ -21,8 +21,6 @@ import java.nio.ByteBuffer;
...
@@ -21,8 +21,6 @@ import java.nio.ByteBuffer;
/**
/**
* JNI Wrapper for the libopus Opus decoder.
* JNI Wrapper for the libopus Opus decoder.
*
* @author vigneshv@google.com (Vignesh Venkatasubramanian)
*/
*/
/* package */
class
OpusDecoder
{
/* package */
class
OpusDecoder
{
...
...
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