Fix too-long TAG + remove unused methods.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122426685
This commit is contained in:
parent
2e8e8aba9d
commit
ecf50c4f9e
@ -363,14 +363,6 @@ public abstract class MediaCodecTrackRenderer extends TrackRenderer {
|
|||||||
return codec == null && format != null;
|
return codec == null && format != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected final boolean codecInitialized() {
|
|
||||||
return codec != null;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected final boolean haveFormat() {
|
|
||||||
return format != null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onDisabled() {
|
protected void onDisabled() {
|
||||||
format = null;
|
format = null;
|
||||||
|
@ -49,7 +49,7 @@ public class MediaCodecVideoTrackRenderer extends MediaCodecTrackRenderer {
|
|||||||
// No extra methods
|
// 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
|
// TODO: Use MediaFormat constants if these get exposed through the API. See
|
||||||
// [Internal: b/14127601].
|
// [Internal: b/14127601].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user