mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Format with google-java-format
This commit is contained in:
parent
a58ddcfa23
commit
04751a1cdb
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue