mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix some incorrect comments in Cea608DecoderTest
Also used all-caps consistently PiperOrigin-RevId: 483317405 (cherry picked from commit fb755708720c133960e35d76188b70e265be29f2)
This commit is contained in:
parent
adf264c7c0
commit
c38543478a
@ -136,8 +136,8 @@ public class Cea608DecoderTest {
|
|||||||
MimeTypes.APPLICATION_CEA608,
|
MimeTypes.APPLICATION_CEA608,
|
||||||
/* accessibilityChannel= */ 1, // field 1, channel 1
|
/* accessibilityChannel= */ 1, // field 1, channel 1
|
||||||
Cea608Decoder.MIN_DATA_CHANNEL_TIMEOUT_MS);
|
Cea608Decoder.MIN_DATA_CHANNEL_TIMEOUT_MS);
|
||||||
// field 1 (0xfC header): 'test subtitle'
|
// field 1 (0xFC header): 'test subtitle'
|
||||||
// field 2 (0xfC header): 'wrong field!'
|
// field 2 (0xFD header): 'wrong field!'
|
||||||
byte[] sample1 =
|
byte[] sample1 =
|
||||||
Bytes.concat(
|
Bytes.concat(
|
||||||
// 'paint on' control character
|
// 'paint on' control character
|
||||||
@ -174,9 +174,9 @@ public class Cea608DecoderTest {
|
|||||||
MimeTypes.APPLICATION_CEA608,
|
MimeTypes.APPLICATION_CEA608,
|
||||||
/* accessibilityChannel= */ 2, // field 1, channel 2
|
/* accessibilityChannel= */ 2, // field 1, channel 2
|
||||||
Cea608Decoder.MIN_DATA_CHANNEL_TIMEOUT_MS);
|
Cea608Decoder.MIN_DATA_CHANNEL_TIMEOUT_MS);
|
||||||
// field 1 (0xfC header), channel 1: 'wrong channel'
|
// field 1 (0xFC header), channel 1: 'wrong channel'
|
||||||
// field 1 (0xfC header), channel 2: 'test subtitle'
|
// field 1 (0xFC header), channel 2: 'test subtitle'
|
||||||
// field 2 (0xfC header), channel 1: 'wrong field!'
|
// field 2 (0xFD header), channel 1: 'wrong field!'
|
||||||
byte[] sample1 =
|
byte[] sample1 =
|
||||||
Bytes.concat(
|
Bytes.concat(
|
||||||
// 'paint on' control character
|
// 'paint on' control character
|
||||||
|
Loading…
x
Reference in New Issue
Block a user