mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
[MSE] Add a missing comma in validBoxes
This commit is contained in:
parent
b88143e4be
commit
886642abc1
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ private:
|
|||
"ftyp", "moov", // init segment
|
||||
"pdin", "free", "sidx", // optional prior moov box
|
||||
"styp", "moof", "mdat", // media segment
|
||||
"mfra", "skip", "meta", "meco", "ssix", "prft" // others.
|
||||
"mfra", "skip", "meta", "meco", "ssix", "prft", // others.
|
||||
"pssh", // optional with encrypted EME, though ignored.
|
||||
"emsg", // ISO23009-1:2014 Section 5.10.3.3
|
||||
"bloc", "uuid" // boxes accepted by chrome.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue