mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-13 22:46:06 +09:00
ICtCp colour space impl
This commit is contained in:
@@ -589,7 +589,7 @@ let frameDuped = false
|
||||
// Main decoding loop - simplified for performance
|
||||
try {
|
||||
let t1 = sys.nanoTime()
|
||||
while (!stopPlay && seqread.getReadCount() < FILE_LENGTH && trueFrameCount < totalFrames) {
|
||||
while (!stopPlay && seqread.getReadCount() < FILE_LENGTH /*&& trueFrameCount < totalFrames*/) {
|
||||
|
||||
// Handle interactive controls
|
||||
if (interactive) {
|
||||
|
||||
Reference in New Issue
Block a user