Closed
Bug 1197086
Opened 10 years ago
Closed 9 years ago
Remove useless warning in stagefright
Categories
(Core :: Audio/Video: Playback, defect, P5)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: jya, Assigned: jya)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.59 KB,
patch
|
rillian
:
review+
|
Details | Diff | Splinter Review |
The warning:
"E/MPEG4Extractor(61293): No width or height, assuming worst case 1080p"
appears all the time ; it serves no purpose anymore and is a remnant of an old era where stagefright would allocate a static buffer and do all its work there.
the buffer is now dynamic in size and we never care about the size of the buffer.
That comment should go.
Updated•10 years ago
|
Priority: -- → P5
Assignee | ||
Comment 1•9 years ago
|
||
the kKeyMaxInputSize is no longer used to determine the size of the allocated memory buffer as it's now dynamic.
Assignee | ||
Updated•9 years ago
|
Attachment #8660503 -
Flags: review?(giles)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jyavenard
Updated•9 years ago
|
Attachment #8660503 -
Flags: review?(giles) → review+
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•