mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-30 17:02:19 +00:00
commit
9d99aaaeaf
@ -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