mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-15 07:26:05 +09:00
TAV: default quality and zstd level change
This commit is contained in:
@@ -389,7 +389,7 @@ function setBiasLighting() {
|
||||
|
||||
function updateDataRateBin(rate) {
|
||||
videoRateBin.push(rate)
|
||||
if (videoRateBin.length > header.fps) {
|
||||
if (videoRateBin.length > 10) {
|
||||
videoRateBin.shift()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user