-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172328148
This commit is contained in:
aquilescanta 2017-10-16 08:30:55 -07:00 committed by Oliver Woodman
parent eb5146c39b
commit d0758c9393

View file

@ -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;