send proper field to Cea608Parser
Created by: squarebracket
This is just a minor fix. The Cea608Parser
expects fields to be 1 or 2, not 0 or 1. This is made worse by a 0 || 1
error in the parser, so its field will always be 1.
Note that the parser doesn't ever actually use the value of this.field
, which is why this hasn't caused any bugs.