From d4dbecc45d53343a3cb2f4802a95a86d2b098013 Mon Sep 17 00:00:00 2001 From: tth Date: Mon, 16 Sep 2019 16:27:01 +0200 Subject: [PATCH] always triple check your patchen --- v4l2/grabvidseq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index 6735316..d6e6b53 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -129,6 +129,7 @@ while ((opt = getopt(argc, argv, "d:ghn:o:O:p:s:uv")) != -1) { optarg); exit(1); } + period *= 1e6; break; case 's': parse_WxH(optarg, &width, &height); break;