From 2f4ef8951097ec283a329172c682716a7b592482 Mon Sep 17 00:00:00 2001 From: hschlueter Date: Fri, 21 Jan 2022 11:43:04 +0000 Subject: [PATCH] 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 --- .../java/com/google/android/exoplayer2/transformer/Codec.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/Codec.java b/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/Codec.java index be2308f960..59a93e7019 100644 --- a/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/Codec.java +++ b/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/Codec.java @@ -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; }