TAV: base code for adding psychovisual model

This commit is contained in:
minjaesong
2025-09-20 02:02:59 +09:00
parent c14b692114
commit d3a18c081a
4 changed files with 994 additions and 74 deletions

View File

@@ -425,7 +425,7 @@ for (let i = 0; i < 7; i++) {
seqread.readOneByte()
}
if (header.version < 1 || header.version > 4) {
if (header.version < 1 || header.version > 6) {
printerrln(`Error: Unsupported TAV version ${header.version}`)
errorlevel = 1
return