Commit ecf50c4f by olly Committed by Oliver Woodman

Fix too-long TAG + remove unused methods.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=122426685
parent 2e8e8aba
......@@ -363,14 +363,6 @@ public abstract class MediaCodecTrackRenderer extends TrackRenderer {
return codec == null && format != null;
}
protected final boolean codecInitialized() {
return codec != null;
}
protected final boolean haveFormat() {
return format != null;
}
@Override
protected void onDisabled() {
format = null;
......
......@@ -49,7 +49,7 @@ public class MediaCodecVideoTrackRenderer extends MediaCodecTrackRenderer {
// No extra methods
}
private static final String TAG = "MediaCodecVideoTrackRenderer";
private static final String TAG = "MediaCodecVideoRenderer";
// TODO: Use MediaFormat constants if these get exposed through the API. See
// [Internal: b/14127601].
......
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