Format with google-java-format
This commit is contained in:
parent
a58ddcfa23
commit
04751a1cdb
@ -784,7 +784,8 @@ public final class Cea708Parser implements SubtitleParser {
|
|||||||
captionChannelPacketData.skipBits(2); // null padding
|
captionChannelPacketData.skipBits(2); // null padding
|
||||||
boolean visible = captionChannelPacketData.readBit();
|
boolean visible = captionChannelPacketData.readBit();
|
||||||
|
|
||||||
// ANSI/CTA-708-E S-2023 spec (Section 8.4.7) indicates that rowLock and columnLock should be ignored and assumed to be lock
|
// ANSI/CTA-708-E S-2023 spec (Section 8.4.7) indicates that rowLock and columnLock should be
|
||||||
|
// ignored and assumed to be lock
|
||||||
captionChannelPacketData.skipBits(2);
|
captionChannelPacketData.skipBits(2);
|
||||||
boolean rowLock = true;
|
boolean rowLock = true;
|
||||||
boolean columnLock = true;
|
boolean columnLock = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user