change blanks count default

This commit is contained in:
tTh 2023-07-17 09:47:56 +02:00
parent 36fcc15b0a
commit 6a4b2f7c32
1 changed files with 1 additions and 1 deletions

View File

@ -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";