mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Fix typo
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=172328148
This commit is contained in:
parent
eb5146c39b
commit
d0758c9393
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ public final class Cea608Decoder extends CeaDecoder {
|
|||
repeatableControlSet = false;
|
||||
return true;
|
||||
} else {
|
||||
// This is a repeatable command, but we haven't see it yet, so set the repeabable control
|
||||
// This is a repeatable command, but we haven't see it yet, so set the repeatable control
|
||||
// flag (to ensure we ignore the next one should it be a duplicate) and continue processing
|
||||
// the command.
|
||||
repeatableControlSet = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue