From 9ba2b33da473e128aef5b553c05c615cf9e45104 Mon Sep 17 00:00:00 2001 From: trav90 Date: Sat, 8 Dec 2018 15:51:28 -0600 Subject: Remove files and comments related to MP4Reader The MP4Reader no longer exists in the tree. --- dom/media/platforms/wmf/WMFMediaDataDecoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/media/platforms/wmf/WMFMediaDataDecoder.h') 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& aOutput) = 0; -- cgit v1.2.3