Closed
Bug 1345382
Opened 8 years ago
Closed 8 years ago
sample table mismatch in testing/web-platform/tests/content-security-policy/media-src/media-src-7_3.html
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
People
(Reporter: ayang, Assigned: ayang)
References
Details
sample table mismatches in testing/web-platform/tests/content-security-policy/media-src/media-src-7_3.html.
Assignee | ||
Comment 1•8 years ago
|
||
<CompositionOffsetBox EntryCount="300">
<BoxInfo Size="2416" Type="ctts"/>
<FullBoxInfo Version="0" Flags="0x0"/>
<CompositionOffsetEntry CompositionOffset="0" SampleCount="1"/>
<CompositionOffsetEntry CompositionOffset="300" SampleCount="1"/>
<CompositionOffsetEntry CompositionOffset="0" SampleCount="1"/>
<CompositionOffsetEntry CompositionOffset="-200" SampleCount="1"/>
<CompositionOffsetEntry CompositionOffset="-100" SampleCount="1"/>
<CompositionOffsetEntry CompositionOffset="300" SampleCount="1"/>
<CompositionOffsetEntry CompositionOffset="0" SampleCount="1"/>
<CompositionOffsetEntry CompositionOffset="-200" SampleCount="1"/>
<CompositionOffsetEntry CompositionOffset="-100" SampleCount="1"/>
I found the problem, this box is version 0 and there should be unsigned integer only but it contains signed integer [1], content bug.
To fix this problem in rust parser, we need to just use signed interger for both version 0 and 1.
[1] 14496-12 8.6.1.3.2 Syntax
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Comment 3•8 years ago
|
||
Parser updated after bug 1349133.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•