mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 09:28:51 +00:00
Switch MediaDecoderReader subclasses to use OnTaskQueue()
This commit is contained in:
@@ -345,7 +345,7 @@ IntelWebMVideoDecoder::DecodeVideoFrame(bool& aKeyframeSkip,
|
||||
NS_ENSURE_SUCCESS(rv, false);
|
||||
}
|
||||
|
||||
NS_ASSERTION(mReader->GetDecoder()->OnDecodeThread(), "Should be on decode thread.");
|
||||
MOZ_ASSERT(mReader->OnTaskQueue());
|
||||
bool rv = Decode();
|
||||
{
|
||||
// Report the number of "decoded" frames as the difference in the
|
||||
|
||||
Reference in New Issue
Block a user