mirror of https://bitbucket.org/ausocean/av.git
revid/config: FileFps → FileFPS
This corrects the case of the FileFPS string literal.
This commit is contained in:
parent
5ff90e4411
commit
5951dbcd2b
|
@ -536,7 +536,7 @@ func (c *Config) Validate() error {
|
|||
}
|
||||
|
||||
if c.FileFPS <= 0 || (c.FileFPS > 0 && c.Input != InputFile) {
|
||||
c.logInvalidField("FileFps", defaultFileFPS)
|
||||
c.logInvalidField("FileFPS", defaultFileFPS)
|
||||
c.FileFPS = defaultFileFPS
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue