Delete old TODO.

This was resolved in a652c90483 where the
Video/AudioSamplePipeline call this method before calling
the FallbackListener.

PiperOrigin-RevId: 423284258
This commit is contained in:
hschlueter 2022-01-21 11:43:04 +00:00 committed by Ian Baker
parent 1fe8e07068
commit 41897f5f59

View file

@ -159,8 +159,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;
}