display of libfloatimg version number

This commit is contained in:
tth 2020-08-13 08:03:48 +02:00
parent 5aa9d5b88b
commit abb7c92026
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ 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", fprintf(stderr, "*** GrabVidSeq (%s, %s) libv %d, pid=%d\n",
__DATE__, __TIME__, getpid()); __DATE__, __TIME__, FIMG_VERSION, getpid());
fprintf(stderr, "grabing %d picz, ", nbre_capt); 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);