mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-02 18:46:52 +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.
|
// 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;
|
m_pFrameRGB->linesize[0] = getPixelFormatBytes(videoPixelMode) * m_desWidth;
|
||||||
|
|
||||||
AVPacket packet;
|
AVPacket packet = {0};
|
||||||
av_init_packet(&packet);
|
av_init_packet(&packet);
|
||||||
int frameFinished;
|
int frameFinished;
|
||||||
bool bGetFrame = false;
|
bool bGetFrame = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user