mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
In some cases the codec selected for decoding has a different MIME type than
the media. In thoses cases Transformer continued to use the media's MIME type
and that caused codec configuration failures.
Removed `EncoderUtil.findCodecForFormat()` as we stopped using the method it
uses for finding a codec. Plus, the method is only used in the test.
See also `MediaCodecUtil.getALternativeCodecMimeType()`.
PiperOrigin-RevId: 536683663
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| java/androidx/media3/transformer | ||
| AndroidManifest.xml | ||