mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-03 22:51:05 +00:00
ME : Init packet as {0}
This commit is contained in:
parent
c724a6c06a
commit
3fb85dde8f
@ -473,7 +473,7 @@ bool MediaEngine::stepVideo(int videoPixelMode) {
|
||||
// Update the linesize for the new format too. We started with the largest size, so it should fit.
|
||||
m_pFrameRGB->linesize[0] = getPixelFormatBytes(videoPixelMode) * m_desWidth;
|
||||
|
||||
AVPacket packet;
|
||||
AVPacket packet = {0};
|
||||
av_init_packet(&packet);
|
||||
int frameFinished;
|
||||
bool bGetFrame = false;
|
||||
|
Loading…
Reference in New Issue
Block a user