forked from shaka-project/shaka-packager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: TTML generator timestamp millisecond formatting (shaka-project#1179
) Fix bug where milliseconds were formatted with two digits instead of three, resulting in incorrect timestamps in TTML cues. Fixes shaka-project#1180
- Loading branch information
1 parent
1ab6818
commit 494769c
Showing
4 changed files
with
48 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ Chun-da Chen <[email protected]> | |
Daniel Cantarín <[email protected]> | ||
Dolby Laboratories <*@dolby.com> | ||
Evgeny Zajcev <[email protected]> | ||
Eyevinn Technology AB <*@eyevinn.se> | ||
Google Inc. <*@google.com> | ||
Ivi.ru LLC <*@ivi.ru> | ||
Leandro Moreira <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ Joey Parrish <[email protected]> | |
Kongqun Yang <[email protected]> | ||
Leandro Moreira <[email protected]> | ||
Leo Law <[email protected]> | ||
Marcus Spangenberg <[email protected]> | ||
Ole Andre Birkedal <[email protected]> | ||
Piotr Srebrny <[email protected]> | ||
Qingquan Wang <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters