ICtCp colour space impl

This commit is contained in:
minjaesong
2025-09-15 09:52:23 +09:00
parent 9c2aa96b73
commit 34cf5cb591
3 changed files with 39 additions and 31 deletions

View File

@@ -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) {