mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1128113 - Skip mSharedDecoderManager which is part of MozMP4. r=jya, a=bustage
This commit is contained in:
parent
2967615181
commit
e1baf1f823
@ -399,10 +399,12 @@ MediaSourceReader::ContinueShutdown()
|
||||
mVideoTrack = nullptr;
|
||||
mVideoReader = nullptr;
|
||||
|
||||
#ifdef MOZ_FMP4
|
||||
if (mSharedDecoderManager) {
|
||||
mSharedDecoderManager->Shutdown();
|
||||
mSharedDecoderManager = nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
MOZ_ASSERT(mAudioPromise.IsEmpty());
|
||||
MOZ_ASSERT(mVideoPromise.IsEmpty());
|
||||
|
Loading…
Reference in New Issue
Block a user