Merge pull request #191 from Bigpet/master

Fix for video playback
This commit is contained in:
B1ackDaemon 2014-04-15 17:12:15 +03:00
commit 34729e2687

View File

@ -148,7 +148,7 @@ u32 vdecOpen(VideoDecoder* data)
continue;
}
if (vdec.frames.GetSize() >= 50)
if (vdec.frames.GetCount() >= 50)
{
Sleep(1);
continue;