summaryrefslogtreecommitdiffstats
path: root/dom/media/platforms
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-12-08 15:51:28 -0600
committertrav90 <travawine@palemoon.org>2018-12-08 15:51:28 -0600
commit9ba2b33da473e128aef5b553c05c615cf9e45104 (patch)
treeec6368618bd6e8a1bb4b31af815c620c37c4043e /dom/media/platforms
parentd6867e583c284b81dbb347e7bd1bb3d797e75404 (diff)
downloadUXP-9ba2b33da473e128aef5b553c05c615cf9e45104.tar
UXP-9ba2b33da473e128aef5b553c05c615cf9e45104.tar.gz
UXP-9ba2b33da473e128aef5b553c05c615cf9e45104.tar.lz
UXP-9ba2b33da473e128aef5b553c05c615cf9e45104.tar.xz
UXP-9ba2b33da473e128aef5b553c05c615cf9e45104.zip
Remove files and comments related to MP4Reader
The MP4Reader no longer exists in the tree.
Diffstat (limited to 'dom/media/platforms')
-rw-r--r--dom/media/platforms/wmf/WMFMediaDataDecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/platforms/wmf/WMFMediaDataDecoder.h b/dom/media/platforms/wmf/WMFMediaDataDecoder.h
index a4dd49f56..75571d61e 100644
--- a/dom/media/platforms/wmf/WMFMediaDataDecoder.h
+++ b/dom/media/platforms/wmf/WMFMediaDataDecoder.h
@@ -33,7 +33,7 @@ public:
// Returns S_OK on success, or MF_E_TRANSFORM_NEED_MORE_INPUT if there's not
// enough data to produce more output. If this returns a failure code other
// than MF_E_TRANSFORM_NEED_MORE_INPUT, an error will be reported to the
- // MP4Reader.
+ // MP4Demuxer.
virtual HRESULT Output(int64_t aStreamOffset,
RefPtr<MediaData>& aOutput) = 0;