Errors with CEA608 parsing
Created by: squarebracket
So that there is visibility here: I opened a PR against the cea608 parser to fix a few issues. Specifically, the issues are:
- Mid-row codes are not inserting a space, which they must.
- Not all duplicate control characters are dropped, causing special and extended characters to be doubled up on the output.
- Field 2 caption miscellaneous control codes are not being interpreted correctly. This bug causes field 2 captions to not work properly.