Reduced mem requirements further

This commit is contained in:
Saxon1 2018-05-06 01:22:36 +09:30
parent d2ff9731e4
commit 06b48c036a
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ import (
)
const (
inputChanLength = 1000
outputChanLength = 1000
inputChanLength = 500
outputChanLength = 500
audioSize = 18
videoHeaderSize = 16
interFrameCode = 1