diff options
author | Moonchild <mcwerewolf@wolfbeast.com> | 2018-12-09 17:27:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 17:27:56 +0100 |
commit | d01a5b10f1551bffdb220f4b3d700156008aab7b (patch) | |
tree | e487b48ec1a9d7b8a2b3c2b0d476b22c1d5a5df9 /dom/media/platforms/wmf/WMFMediaDataDecoder.h | |
parent | 1fd53c96ef54e5e298fed7be9574fd2c9073463f (diff) | |
parent | 9ba2b33da473e128aef5b553c05c615cf9e45104 (diff) | |
download | UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.tar UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.tar.gz UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.tar.lz UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.tar.xz UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.zip |
Merge pull request #901 from trav90/code-cleanup
Remove unused files from media gtests
Diffstat (limited to 'dom/media/platforms/wmf/WMFMediaDataDecoder.h')
-rw-r--r-- | dom/media/platforms/wmf/WMFMediaDataDecoder.h | 2 |
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; |