Closed Bug 1197086 Opened 9 years ago Closed 9 years ago

Remove useless warning in stagefright

Categories

(Core :: Audio/Video: Playback, defect, P5)

defect

Tracking

()

RESOLVED FIXED
mozilla43
Tracking Status
firefox43 --- fixed

People

(Reporter: jya, Assigned: jya)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

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.
Priority: -- → P5
the kKeyMaxInputSize is no longer used to determine the size of the allocated memory buffer as it's now dynamic.
Attachment #8660503 - Flags: review?(giles)
Assignee: nobody → jyavenard
Attachment #8660503 - Flags: review?(giles) → review+
https://hg.mozilla.org/mozilla-central/rev/76af401b52d4
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.

Attachment

General

Created:
Updated:
Size: