Format with google-java-format

This commit is contained in:
Ian Baker 2024-01-03 17:33:45 +00:00
parent a58ddcfa23
commit 04751a1cdb

View File

@ -784,7 +784,8 @@ public final class Cea708Parser implements SubtitleParser {
captionChannelPacketData.skipBits(2); // null padding
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);
boolean rowLock = true;
boolean columnLock = true;