media/library/extractor/src
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
..
main Use int for an unsigned byte value in Cea608Decoder 2022-10-31 15:53:01 +00:00
test Fix some incorrect comments in Cea608DecoderTest 2022-10-24 11:03:20 +00:00