mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

Enable transformer to transmux into alternative sample MIME types. For example, some Dolby Vision profiles have a backwards-compatible AVC or HEVC layer. MV-HEVC is backwards compatible with HEVC. This change enables Transformer to transmux into the backwards compatible format to improve compatibility with legacy APIs such as MediaMetadataRetriever. PiperOrigin-RevId: 693667597
Test data module
Provides sample data for media unit and instrumentation tests.