Commit 6d01d409 by samrobinson Committed by Ian Baker

Remove unused get*Format from MediaCodecRenderer.

#exofixit

PiperOrigin-RevId: 344516187
parent 93506f63
......@@ -631,16 +631,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;
}
......
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