added comma

This commit is contained in:
Saxon1 2018-05-05 13:17:07 +09:30
parent a144ff8df7
commit d178586d0a
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ func main() {
{"Timeout", "Http timeout in seconds"},
{"IntraRefreshPeriod", "The IntraRefreshPeriod i.e. how many keyframes we send"},
{"VerticalFlip", "Flip video vertically"},
{"HorizontalFlip", "Flip video horizontally"}
{"HorizontalFlip", "Flip video horizontally"},
}
// Create the configFlags based on the flagNames array