revid: calling reset inside revid.Update once config is updated

This commit is contained in:
Saxon 2019-02-25 15:47:43 +10:30
parent 5a2d89ef8f
commit cc4d683ba6
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ func (r *Revid) Update(vars map[string]string) error {
}
}
r.config.Logger.Log(logger.Info, pkg+"revid config changed", "config", fmt.Sprint("%+v", r.config))
return nil
return r.reset(r.config)
}
// outputClips takes the clips produced in the packClips method and outputs them