mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +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
|
||||
protected final MediaCodecAdapter getCodec() {
|
||||
return codec;
|
||||
|
|
|
|||
Loading…
Reference in a new issue