mirror of https://bitbucket.org/ausocean/av.git
revid: change comment
This commit is contained in:
parent
b6580af65e
commit
ddf9707d95
|
@ -461,7 +461,8 @@ func (r *Revid) Start() error {
|
|||
}
|
||||
r.cfg.Logger.Log(logger.Info, "revid reset")
|
||||
|
||||
// Calculate delay between frames based on FileFPS for Video or RecPeriod for audio.
|
||||
// Calculate delay between frames based on FileFPS for Video or
|
||||
// between recording periods for audio.
|
||||
d := time.Duration(0)
|
||||
if r.cfg.Input == config.InputAudio {
|
||||
if r.cfg.RecPeriod != 0 {
|
||||
|
|
Loading…
Reference in New Issue