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

This is a no-op, but it's more 'correct' because it avoids any potential sign mix-ups that come from storing an unsigned byte (with a potentially set MSB) in a signed java byte variable. PiperOrigin-RevId: 483409798 (cherry picked from commit c9a0aa9db0a44555727660957901cc601d32b16c)
Extractor module
Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.