mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +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
Extractor module
Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.