mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08:00

This is a step towards unifying ShadowMediaCodecConfig for ExoPlayer and Transcoding tests. This change includes extracting encoder/decoder configurtion logic to a static method that can be called by `ShadowMediaCodecConfig.CodecImpl#configure()` and `TestUtil#addCodec()`. This is a non-functional refactor. PiperOrigin-RevId: 734137675