yeah, that happened
This commit is contained in:
@@ -148,7 +148,7 @@ u32 vdecOpen(VideoDecoder* data)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (vdec.frames.GetSize() >= 50)
|
||||
if (vdec.frames.GetCount() >= 50)
|
||||
{
|
||||
Sleep(1);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user