TAV: default quality and zstd level change

This commit is contained in:
minjaesong
2025-10-06 20:43:35 +09:00
parent f7d98e74e3
commit 5d4e775ad0
3 changed files with 64 additions and 40 deletions

View File

@@ -389,7 +389,7 @@ function setBiasLighting() {
function updateDataRateBin(rate) {
videoRateBin.push(rate)
if (videoRateBin.length > header.fps) {
if (videoRateBin.length > 10) {
videoRateBin.shift()
}
}