mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-06 00:18:21 +00:00
Initialize m_decodingsize to 0.
Fixes #4609, intermittent video issues in Lunar. _PsmfPlayerFillRingbuffer() expects getRemainSize() to return something useful even before the context is opened.
This commit is contained in:
parent
faf2fcb2c4
commit
ce7c5e0cf9
@ -142,6 +142,7 @@ MediaEngine::MediaEngine(): m_pdata(0) {
|
||||
m_noAudioData = false;
|
||||
m_bufSize = 0x2000;
|
||||
m_mpegheaderReadPos = 0;
|
||||
m_decodingsize = 0;
|
||||
g_iNumVideos++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user