mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +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