-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
fix TTML extent and origin percentage calculations #3029 #3044
fix TTML extent and origin percentage calculations #3029 #3044
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great otherwise. Thanks for contributing!
- !== replaced with != - whitespace
Hello @david-hm-morgan , Would you please resolve the conflicts and then we can merge your commit? |
Hi @michellezhuogg now resolved! |
1. Added hdr as a property in stream when constructing. Fixes build failure from commit 7137286 . PR #3116 Issue #2813 2. Fixed the test error from commit d3640d1 . PR #3044 Issue #3029 3. Fixed the new line with no other arguments from commit 0845843 . PR #3060 Change-Id: I5833e49c1a95172742c4ec820960c9c5a7bf0cca
Unfortunately, this change doesn't cherry-pick well to v2.5.x. I tried to clean it up and eventually gave up. It does cherry-pick cleanly to v3.0.x. This will be part of v3.0.8. |
It cherry-picked cleanly to v3.0.x, but the tests fail. So I think the changes may depend on some other changes in the TTML parser that didn't get cherry-picked. So this will be in v3.1.0 instead of v3.0.x. |
No description provided.