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; }