Commit 2f4ef895 by hschlueter Committed by Ian Baker

Delete old TODO.

This was resolved in https://github.com/google/ExoPlayer/commit/081700f72b2a43e1e0d01a0130cf283c7d59b9bc where the
Video/AudioSamplePipeline call this method before calling
the FallbackListener.

PiperOrigin-RevId: 423284258
parent cd076f76
......@@ -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;
}
......
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