Closed
Bug 566498
Opened 15 years ago
Closed 15 years ago
Move generic video duration computing code into Ogg decoder
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
People
(Reporter: cajbir, Assigned: cajbir)
References
Details
Attachments
(1 file)
8.42 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
As part of the refactoring of the Ogg decoder I moved the code that seeks to the end to find the duration into the generic base class. This isn't needed for all backends (eg. Wave) and should be moved back into the Ogg backend.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #445872 -
Flags: review?(chris)
Comment 2•15 years ago
|
||
Comment on attachment 445872 [details] [diff] [review]
fix
Looks good.
Attachment #445872 -
Flags: review?(chris) → review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 3•15 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•