Remove author tags.

This commit is contained in:
Oliver Woodman 2015-11-25 17:07:09 +00:00
parent 761b8137eb
commit 0236831e48
2 changed files with 0 additions and 4 deletions

View File

@ -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 {

View File

@ -21,8 +21,6 @@ import java.nio.ByteBuffer;
/**
* JNI Wrapper for the libopus Opus decoder.
*
* @author vigneshv@google.com (Vignesh Venkatasubramanian)
*/
/* package */ class OpusDecoder {