提交 db79f798 编写于 作者: O olly 提交者: Oliver Woodman

Fix a few warnings.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123302488
上级 10329eb1
......@@ -149,7 +149,7 @@ public final class SimpleExoPlayer implements ExoPlayer {
/**
* Returns the track type that the renderer at a given index handles.
*
* @see {@link TrackRenderer#getTrackType()}.
* @see TrackRenderer#getTrackType()
* @param index The index of the renderer.
* @return One of the TRACK_TYPE_* constants defined in {@link C}.
*/
......@@ -271,10 +271,12 @@ public final class SimpleExoPlayer implements ExoPlayer {
// ExoPlayer implementation
@Override
public void addListener(EventListener listener) {
player.addListener(listener);
}
@Override
public void removeListener(EventListener listener) {
player.removeListener(listener);
}
......
......@@ -222,6 +222,7 @@ public final class DrmInitData implements Comparator<SchemeData>, Parcelable {
dest.writeByteArray(data);
}
@SuppressWarnings("hiding")
public static final Parcelable.Creator<SchemeData> CREATOR =
new Parcelable.Creator<SchemeData>() {
......
......@@ -97,8 +97,7 @@ import java.util.ArrayList;
}
//@VisibleForTesting
/* package */ VorbisSetup readSetupHeaders(ParsableByteArray scratch)
throws IOException, InterruptedException {
/* package */ VorbisSetup readSetupHeaders(ParsableByteArray scratch) throws IOException {
if (vorbisIdHeader == null) {
vorbisIdHeader = VorbisUtil.readVorbisIdentificationHeader(scratch);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册