yeah, that happened

This commit is contained in:
Peter Tissen
2014-04-15 14:48:21 +02:00
parent aa8e854be2
commit f073f1ca4b
+1 -1
View File
@@ -148,7 +148,7 @@ u32 vdecOpen(VideoDecoder* data)
continue; continue;
} }
if (vdec.frames.GetSize() >= 50) if (vdec.frames.GetCount() >= 50)
{ {
Sleep(1); Sleep(1);
continue; continue;