mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Remove files and comments related to MP4Reader
The MP4Reader no longer exists in the tree.
This commit is contained in:
parent
ef2f6d6f28
commit
0f8e1d95d0
4 changed files with 1 additions and 222 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue