summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-05-20 02:44:05 +0200
committerGitHub <noreply@github.com>2018-05-20 02:44:05 +0200
commit5aafe792b123389abe2ba108208bbc91435ea3b3 (patch)
tree4c7b4386a6e8b1a38d60cbbf76d0c0d6d01f22f8
parenta2c339417025a8cb68e99aa28a416f95c5fec465 (diff)
parent91825ae7f53d2aea12d5b7c11138d4c1a39b0654 (diff)
downloadUXP-5aafe792b123389abe2ba108208bbc91435ea3b3.tar
UXP-5aafe792b123389abe2ba108208bbc91435ea3b3.tar.gz
UXP-5aafe792b123389abe2ba108208bbc91435ea3b3.tar.lz
UXP-5aafe792b123389abe2ba108208bbc91435ea3b3.tar.xz
UXP-5aafe792b123389abe2ba108208bbc91435ea3b3.zip
Merge pull request #375 from trav90/media-work
[MSE] Add a missing comma in validBoxes
-rw-r--r--dom/media/mediasource/ContainerParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/mediasource/ContainerParser.cpp b/dom/media/mediasource/ContainerParser.cpp
index 5267e9315..594d8fc26 100644
--- a/dom/media/mediasource/ContainerParser.cpp
+++ b/dom/media/mediasource/ContainerParser.cpp
@@ -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.