We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
true
From @atsampson:
ttconv/src/main/python/ttconv/scc/word.py
Line 115 in 536f1c8
is_code() can return True even if self.code is None, i.e., no code was found in the constructor.
See #427
The text was updated successfully, but these errors were encountered:
SCC: Handle unrecognized SCC codes in SccWord.get_channel()
c0f6929
#428
Successfully merging a pull request may close this issue.
From @atsampson:
ttconv/src/main/python/ttconv/scc/word.py
Line 115 in 536f1c8
is_code() can return True even if self.code is None, i.e., no code was found in the constructor.
See #427
The text was updated successfully, but these errors were encountered: