mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08:00
Remove author tags.
This commit is contained in:
parent
761b8137eb
commit
0236831e48
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user