TTML generator millisecond formatting uses two digits #1180
Labels
priority: P2
Smaller impact or easy workaround
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
System info
Shaka Packager Version: d5ca6e8
Issue and steps to reproduce the problem
TTML generator function ToTtmlTime formats milliseconds as %02d causing millisecond values less than 100 to be formatted incorrectly. For example 10 ms will be formatted as .10 instead of .010 causing text cues to be displayed out of order.
I have a fix for this in PR #1179
The text was updated successfully, but these errors were encountered: