cmd/revid-cli: fixed build error

This commit is contained in:
Saxon 2020-01-25 09:53:21 +10:30
parent a0a99e17db
commit dcafcbf69e
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ func handleFlags() config.Config {
netsender.ConfigFile = *configFilePtr
}
cfg.InputFPS = *inputFPSPtr
cfg.FileFPS = *fileFPSPtr
cfg.Loop = *loopPtr
cfg.CameraIP = *cameraIPPtr
cfg.Rotation = *rotationPtr