mirror of https://bitbucket.org/ausocean/av.git
revid: syntax
This commit is contained in:
parent
7cf449b5c9
commit
3ec7eddfed
|
@ -460,11 +460,9 @@ func (r *Revid) Start() error {
|
|||
d := time.Duration(0)
|
||||
if r.cfg.Input == config.InputAudio {
|
||||
d = time.Duration(r.cfg.RecPeriod * float64(time.Second))
|
||||
}
|
||||
} else if r.cfg.FileFPS != 0 {
|
||||
d = time.Duration(1000/r.cfg.FileFPS) * time.Millisecond
|
||||
}
|
||||
}
|
||||
|
||||
r.cfg.Logger.Log(logger.Debug, "starting input processing routine")
|
||||
r.wg.Add(1)
|
||||
|
|
Loading…
Reference in New Issue