From 3279d0dde840cbca20252fb34e0d830a39d76b4b Mon Sep 17 00:00:00 2001 From: tth Date: Mon, 24 Aug 2020 11:40:49 +0200 Subject: [PATCH] oups... --- v4l2/grabvidseq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index 9bc30ca..5c3f9d2 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -398,6 +398,7 @@ switch (foo) { break; case FILE_TYPE_TIFF: foo = fimg_write_as_tiff(to_save, outfile, 0); + break; default: fprintf(stderr, "can't save as %s\n", outfile); break;