From 78ab2b42787403c08210f46a7a410fc9ebbb6311 Mon Sep 17 00:00:00 2001 From: tonton th Date: Mon, 3 Aug 2020 18:29:03 +0200 Subject: [PATCH] better message --- v4l2/grabvidseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index 5226b67..0f2acea 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -346,7 +346,7 @@ if (verbosity) fprintf(stderr, "saving cumul to '%s'\n", outfile); /* ----- nouveau 15 nov 2019 */ maxvalue = cumul.fval * cumul.count; if (verbosity) { - fprintf(stderr, "computed maxvalue = %g\n", maxvalue); + fprintf(stderr, "theorical maxvalue = %g\n", maxvalue); } switch (contrast) { case CONTRAST_NONE: