pas grand chose...

这个提交包含在:
tonton th 2020-07-06 18:08:18 +02:00
父节点 b39660cc78
当前提交 d4d2dcc7f5
共有 2 个文件被更改,包括 4 次插入3 次删除

查看文件

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

查看文件

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