From 6a4b2f7c32268eed38b1e90eb66691acd718e556 Mon Sep 17 00:00:00 2001 From: tTh Date: Mon, 17 Jul 2023 09:47:56 +0200 Subject: [PATCH] change blanks count default --- Fonderie/fonderie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fonderie/fonderie.c b/Fonderie/fonderie.c index b949973..c9671d9 100644 --- a/Fonderie/fonderie.c +++ b/Fonderie/fonderie.c @@ -200,7 +200,7 @@ int fifosize = 10; char *in_pattern = "capture/?????.fimg"; char *out_dir = "p8"; int outfmt = FILE_TYPE_PNG; -int blanks = 20; +int blanks = 10; char *InFchain = "none"; char *OutFchain = "none";