pas grand chose...

This commit is contained in:
tonton th 2020-07-06 18:08:18 +02:00
parent b39660cc78
commit d4d2dcc7f5
2 changed files with 4 additions and 3 deletions

View File

@ -40,7 +40,7 @@ if ( 0 == (dst->type | dst->width | dst->height) ) {
fprintf(stderr, "%s: err %d create new pic\n", __func__, foo); fprintf(stderr, "%s: err %d create new pic\n", __func__, foo);
return -887; return -887;
} }
if (verbosity) fimg_describe(dst, "new pic"); // if (verbosity>1) fimg_describe(dst, "new pic");
} }
/* check if dst and src are conpatibles */ /* check if dst and src are conpatibles */

View File

@ -158,8 +158,9 @@ while ((opt = getopt(argc, argv, "c:d:ghn:o:O:p:r:s:uv")) != -1) {
} }
if (verbosity > 1) { if (verbosity > 1) {
fprintf(stderr, "GrabVidSeq (%s, %s) pid=%d\n", __DATE__, __TIME__, getpid()); fprintf(stderr, "*** GrabVidSeq (%s, %s) pid=%d\n",
fprintf(stderr, "grabing %d picz\n", nbre_capt); __DATE__, __TIME__, getpid());
fprintf(stderr, "grabing %d picz, ", nbre_capt);
fprintf(stderr, "period is %.3f milliseconds\n", period/1e3); fprintf(stderr, "period is %.3f milliseconds\n", period/1e3);
fprintf(stderr, "framesize is %dx%d\n", width, height); fprintf(stderr, "framesize is %dx%d\n", width, height);
fprintf(stderr, "destdir is '%s'\n", dest_dir); fprintf(stderr, "destdir is '%s'\n", dest_dir);