fixed long option for desired fps

This commit is contained in:
Devaev Maxim
2018-11-08 04:25:16 +03:00
parent ccab33a290
commit 755e0c2a2a
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ static const struct option _long_opts[] = {
{"height", required_argument, NULL, 'y'},
{"format", required_argument, NULL, 'm'},
{"tv-standard", required_argument, NULL, 'a'},
{"fps", required_argument, NULL, 'f'},
{"desired-fps", required_argument, NULL, 'f'},
{"every-frame", required_argument, NULL, 'e'},
{"min-frame-size", required_argument, NULL, 'z'},
{"dv-timings", no_argument, NULL, 't'},