media/libraries/extractor
ibaker 7ed20efae4 Use int for an unsigned byte value in Cea608Decoder
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 c9a0aa9db0)
2022-10-24 16:51:08 +00:00
..
src Use int for an unsigned byte value in Cea608Decoder 2022-10-24 16:51:08 +00:00
build.gradle Annotate methods that always return this with @CanIgnoreReturnValue 2022-07-21 15:24:07 +00:00
proguard-rules.txt Update to androidx.media3 2021-10-27 09:12:46 +01:00
README.md Update to androidx.media3 2021-10-27 09:12:46 +01:00

Extractor module

Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.