Closed
Bug 1358969
Opened 8 years ago
Closed 8 years ago
Let MediaDecoder::CurrentPosition() return a TimeUnit
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•8 years ago
|
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8860831 -
Flags: review?(kikuo)
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8860831 [details]
Bug 1358969 - let MediaDecoder::CurrentPosition() return a TimeUnit.
https://reviewboard.mozilla.org/r/132822/#review137108
LGTM!
Attachment #8860831 -
Flags: review?(kikuo) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b17f70cf20c
let MediaDecoder::CurrentPosition() return a TimeUnit. r=kikuo
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 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
•