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.
|
||||
*
|
||||
* @author vigneshv@google.com (Vignesh Venkatasubramanian)
|
||||
*/
|
||||
public final class LibopusAudioTrackRenderer extends SampleSourceTrackRenderer
|
||||
implements MediaClock {
|
||||
|
@ -21,8 +21,6 @@ import java.nio.ByteBuffer;
|
||||
|
||||
/**
|
||||
* JNI Wrapper for the libopus Opus decoder.
|
||||
*
|
||||
* @author vigneshv@google.com (Vignesh Venkatasubramanian)
|
||||
*/
|
||||
/* package */ class OpusDecoder {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user