revid: change comment

This commit is contained in:
Trek H 2020-08-13 16:25:37 +09:30
parent b6580af65e
commit ddf9707d95
1 changed files with 2 additions and 1 deletions

View File

@ -461,7 +461,8 @@ func (r *Revid) Start() error {
} }
r.cfg.Logger.Log(logger.Info, "revid reset") 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) d := time.Duration(0)
if r.cfg.Input == config.InputAudio { if r.cfg.Input == config.InputAudio {
if r.cfg.RecPeriod != 0 { if r.cfg.RecPeriod != 0 {