tav playing concatenated video streams

This commit is contained in:
minjaesong
2025-09-22 23:40:33 +09:00
parent 05101ecd08
commit a9ba57c09a
2 changed files with 4 additions and 1 deletions

View File

@@ -645,6 +645,9 @@ try {
// Found another TAV file - update header and reset counters
header = nextHeader
frameCount = 0
akku = 0.0
akku2 = 0.0
FRAME_TIME = 1.0 / header.fps
currentFileIndex++
totalFilesProcessed++