summaryrefslogtreecommitdiffstats
path: root/dom/media/test/manifest.js
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@wolfbeast.com>2018-12-03 02:26:03 +0100
committerGitHub <noreply@github.com>2018-12-03 02:26:03 +0100
commit8d553fef63cec262d94c824d864b94d55a7d4807 (patch)
tree4e435a90f9eb8b6a3738e445d247973406d3a8a8 /dom/media/test/manifest.js
parentd3e5569ee138378a0b26921206edd0b2627c24ab (diff)
parentcaabbb2a094d69852ca7e9a4aca63f53ed517596 (diff)
downloadUXP-8d553fef63cec262d94c824d864b94d55a7d4807.tar
UXP-8d553fef63cec262d94c824d864b94d55a7d4807.tar.gz
UXP-8d553fef63cec262d94c824d864b94d55a7d4807.tar.lz
UXP-8d553fef63cec262d94c824d864b94d55a7d4807.tar.xz
UXP-8d553fef63cec262d94c824d864b94d55a7d4807.zip
Merge pull request #895 from trav90/code-cleanup
Remove DirectShowReader
Diffstat (limited to 'dom/media/test/manifest.js')
-rw-r--r--dom/media/test/manifest.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/media/test/manifest.js b/dom/media/test/manifest.js
index 7e30cc97d..52e53a271 100644
--- a/dom/media/test/manifest.js
+++ b/dom/media/test/manifest.js
@@ -266,10 +266,10 @@ var gPlayTests = [
{ name:"small-shot.mp3", type:"audio/mpeg", duration:0.27 },
{ name:"owl.mp3", type:"audio/mpeg", duration:3.343 },
// owl.mp3 as above, but with something funny going on in the ID3v2 tag
- // that causes DirectShow to fail.
+ // that caused DirectShow to fail.
{ name:"owl-funny-id3.mp3", type:"audio/mpeg", duration:3.343 },
// owl.mp3 as above, but with something even funnier going on in the ID3v2 tag
- // that causes DirectShow to fail.
+ // that caused DirectShow to fail.
{ name:"owl-funnier-id3.mp3", type:"audio/mpeg", duration:3.343 },
// One second of silence with ~140KB of ID3 tags. Usually when the first MP3
// frame is at such a high offset into the file, MP3FrameParser will give up