Remove files and comments related to MP4Reader

The MP4Reader no longer exists in the tree.
This commit is contained in:
trav90 2018-12-08 15:51:28 -06:00 committed by Roy Tam
commit 0f8e1d95d0
4 changed files with 1 additions and 222 deletions

View file

@ -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;