mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove unused get*Format from MediaCodecRenderer.
#exofixit PiperOrigin-RevId: 344516187
This commit is contained in:
parent
93506f6395
commit
6d01d40971
1 changed files with 0 additions and 10 deletions
|
|
@ -630,16 +630,6 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
|
||||||
protected Format getInputFormat() {
|
|
||||||
return inputFormat;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
protected final Format getOutputFormat() {
|
|
||||||
return outputFormat;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
protected final MediaCodecAdapter getCodec() {
|
protected final MediaCodecAdapter getCodec() {
|
||||||
return codec;
|
return codec;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue