Closed
Bug 1187071
Opened 10 years ago
Closed 9 years ago
Assertion failure: false [@mp4_demuxer::AnnexB::ConvertSPSOrPPS]
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: tsmith, Assigned: jya)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
Assertion failure: false, at /builds/slave/m-cen-l64-asan-d-0000000000000/build/src/media/libstagefright/binding/AnnexB.cpp:115
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Updated•10 years ago
|
Summary: Assertion failure: false in mp4_demuxer::AnnexB::ConvertSPSOrPPS → Assertion failure: false [@mp4_demuxer::AnnexB::ConvertSPSOrPPS]
Updated•10 years ago
|
Assignee: nobody → jyavenard
Priority: -- → P2
Assignee | ||
Comment 2•9 years ago
|
||
The assert is only happening on a debug build if you pass an invalid SPS NAL, on opt build it will just fail nicely with a decode error.
In any case, I can't reproduce the problem with the same file. The SPS appear valid there.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•