Commit 0236831e by Oliver Woodman

Remove author tags.

parent 761b8137
...@@ -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 {
......
...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment