Closed
Bug 1359715
Opened 5 years ago
Closed 5 years ago
Let functions in MediaData.h take TimeUnit instead of int64_t
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We want to replace the use of int64_t for microseconds by TimeUnit whenever possible since int64_t is ambiguous which could be microseconds or milliseconds.
Assignee | ||
Updated•5 years ago
|
Comment hidden (mozreview-request) |
Assignee | ||
Updated•5 years ago
|
Attachment #8861780 -
Flags: review?(kaku)
Comment 2•5 years ago
|
||
mozreview-review |
Comment on attachment 8861780 [details] Bug 1359715 - let functions in MediaData.h take TimeUnit instead of int64_t. https://reviewboard.mozilla.org/r/133780/#review136718
Attachment #8861780 -
Flags: review?(kaku) → review+
Assignee | ||
Comment 3•5 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8c2427fbab08 let functions in MediaData.h take TimeUnit instead of int64_t. r=kaku
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8c2427fbab08
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•