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

@ -48,9 +48,6 @@ MP4Stream::BlockingReadIntoCache(int64_t aOffset, size_t aCount, Monitor* aToUnl
return true;
}
// We surreptitiously reimplement the supposedly-blocking ReadAt as a non-
// blocking CachedReadAt, and record when it fails. This allows MP4Reader
// to retry the read as an actual blocking read without holding the lock.
bool
MP4Stream::ReadAt(int64_t aOffset, void* aBuffer, size_t aCount,
size_t* aBytesRead)