mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Delete old TODO.
This was resolved in 081700f72b where the
Video/AudioSamplePipeline call this method before calling
the FallbackListener.
PiperOrigin-RevId: 423284258
This commit is contained in:
parent
cd076f7622
commit
2f4ef89510
1 changed files with 0 additions and 2 deletions
|
|
@ -157,8 +157,6 @@ public final class Codec {
|
|||
* DecoderFactory} or output {@link Format} used by the {@link EncoderFactory} for selecting and
|
||||
* configuring the underlying {@link MediaCodec}.
|
||||
*/
|
||||
// TODO(b/214012830): Use this to check whether the Format passed to the factory and actual
|
||||
// configuration format differ to see whether fallback was applied.
|
||||
public Format getConfigurationFormat() {
|
||||
return configurationFormat;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue