Remove unused get*Format from MediaCodecRenderer.

#exofixit

PiperOrigin-RevId: 344516187
This commit is contained in:
samrobinson 2020-11-27 12:29:55 +00:00 committed by Ian Baker
parent 93506f6395
commit 6d01d40971

View file

@ -630,16 +630,6 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
}
}
@Nullable
protected Format getInputFormat() {
return inputFormat;
}
@Nullable
protected final Format getOutputFormat() {
return outputFormat;
}
@Nullable
protected final MediaCodecAdapter getCodec() {
return codec;