mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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;
|
repeatableControlSet = false;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} 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
|
// flag (to ensure we ignore the next one should it be a duplicate) and continue processing
|
||||||
// the command.
|
// the command.
|
||||||
repeatableControlSet = true;
|
repeatableControlSet = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue