mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
Update mobile.go
сук забыл убрать тут 32 лимит, а то скорость залупа
This commit is contained in:
@@ -123,7 +123,7 @@ func SetVP8Options(fps, batchSize int) {
|
||||
defer mu.Unlock()
|
||||
ensureDefaultConfigLocked()
|
||||
defaults.vp8FPS = clamp(fps, 1, 120)
|
||||
defaults.vp8BatchSize = clamp(batchSize, 1, 32)
|
||||
defaults.vp8BatchSize = clamp(batchSize, 1, 64)
|
||||
}
|
||||
|
||||
// SetDebug enables or disables verbose logging.
|
||||
|
||||
Reference in New Issue
Block a user