Skip to content

Commit

Permalink
Delete old TODO.
Browse files Browse the repository at this point in the history
This was resolved in google@081700f where the
Video/AudioSamplePipeline call this method before calling
the FallbackListener.

PiperOrigin-RevId: 423284258
  • Loading branch information
hmsch authored and icbaker committed Jan 25, 2022
1 parent cd076f7 commit 2f4ef89
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ public Codec(MediaCodec mediaCodec, Format configurationFormat, @Nullable Surfac
* 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;
}
Expand Down

0 comments on commit 2f4ef89

Please sign in to comment.