media/libraries/extractor/src
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
..
main Use int for an unsigned byte value in Cea608Decoder 2022-10-24 16:51:08 +00:00
test Fix some incorrect comments in Cea608DecoderTest 2022-10-24 09:18:36 +00:00