mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 09:06:47 +00:00
Flush the decoder before deleting it
This commit is contained in:
parent
441047db9b
commit
cf5b2ccbb4
@ -149,6 +149,9 @@ void MoonlightInstance::DispatchGetPicture(uint32_t unused) {
|
|||||||
|
|
||||||
void MoonlightInstance::VidDecCleanup(void) {
|
void MoonlightInstance::VidDecCleanup(void) {
|
||||||
free(s_DecodeBuffer);
|
free(s_DecodeBuffer);
|
||||||
|
|
||||||
|
// Flush and delete the decoder
|
||||||
|
g_Instance->m_VideoDecoder->Flush(pp::BlockUntilComplete());
|
||||||
delete g_Instance->m_VideoDecoder;
|
delete g_Instance->m_VideoDecoder;
|
||||||
|
|
||||||
if (g_Instance->m_Texture2DShader.program) {
|
if (g_Instance->m_Texture2DShader.program) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user