media/library/extractor
ibaker 3d0f43a149 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
2022-10-31 15:53:01 +00:00
..
src Use int for an unsigned byte value in Cea608Decoder 2022-10-31 15:53:01 +00:00
build.gradle Annotate methods that always return this with @CanIgnoreReturnValue 2022-07-25 22:19:11 +01:00
proguard-rules.txt Add remaining proguard config tests. 2020-11-27 11:08:34 +00:00
README.md Tidy READMEs 2021-10-26 14:08:21 +01:00

Extractor module

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