mirror of https://bitbucket.org/ausocean/av.git
Reduced mem requirements further
This commit is contained in:
parent
d2ff9731e4
commit
06b48c036a
|
@ -34,8 +34,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
inputChanLength = 1000
|
||||
outputChanLength = 1000
|
||||
inputChanLength = 500
|
||||
outputChanLength = 500
|
||||
audioSize = 18
|
||||
videoHeaderSize = 16
|
||||
interFrameCode = 1
|
||||
|
|
Loading…
Reference in New Issue