Closed
Bug 1205179
Opened 9 years ago
Closed 9 years ago
AVC3 content is now rejected
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
FIXED
mozilla43
People
(Reporter: jya, Assigned: jya)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
1.17 KB,
patch
|
mozbugz
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
This is due to bug 1202677
It errors if an avcC atom has a size <= 7.
But an AVC3 avcC atom (which has a an empty SPS and PPS) will typically have a size of 7.
This causes all BBC streams to fail
Assignee | ||
Comment 1•9 years ago
|
||
An AVC3 stream will typically use 7 bytes avcC (due to have 0 SPS/PPS)
Attachment #8661656 -
Flags: review?(gsquelart)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jyavenard
Attachment #8661656 -
Flags: review?(gsquelart) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8661656 [details] [diff] [review]
[mp4] Don't reject 7 bytes long avcC atom.
Approval Request Comment
[Feature/regressing bug #]: 1202677
[User impact if declined]: AVC3 (BBC and others) won't play
[Describe test coverage new/current, TreeHerder]: local
[Risks and why]: None. This is an addendum to an earlier patch that introduced a regression
[String/UUID change made/needed]: None
It's trivial enough that I'm tempted to push it straight to aurora and central!
Attachment #8661656 -
Flags: approval-mozilla-aurora?
> It's trivial enough that I'm tempted to push it straight to aurora and central!
It would be awesome if this was backported now we are on the whitelist for 41.
Assignee | ||
Comment 4•9 years ago
|
||
the fix that introduced the regression was only uplifted to aurora (42) a few days ago. 41 isn't affected
Assignee | ||
Updated•9 years ago
|
status-firefox42:
--- → affected
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Assignee | ||
Comment 8•9 years ago
|
||
This has regressed many MSE streams.. Can we get this in in priority?
Comment 9•9 years ago
|
||
Comment on attachment 8661656 [details] [diff] [review]
[mp4] Don't reject 7 bytes long avcC atom.
Important regression, taking it.
Attachment #8661656 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 10•9 years ago
|
||
Blocks: 1181233
You need to log in
before you can comment on or make changes to this bug.
Description
•