mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-07 17:09:07 +00:00
Switch MediaDecoderReader subclasses to use OnTaskQueue()
This commit is contained in:
@@ -74,8 +74,7 @@ bool
|
||||
SoftwareWebMVideoDecoder::DecodeVideoFrame(bool &aKeyframeSkip,
|
||||
int64_t aTimeThreshold)
|
||||
{
|
||||
NS_ASSERTION(mReader->GetDecoder()->OnDecodeThread(),
|
||||
"Should be on decode thread.");
|
||||
MOZ_ASSERT(mReader->OnTaskQueue());
|
||||
|
||||
// Record number of frames decoded and parsed. Automatically update the
|
||||
// stats counters using the AutoNotifyDecoded stack-based class.
|
||||
|
||||
Reference in New Issue
Block a user