mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
V4L2: missing newline
This commit is contained in:
@@ -193,7 +193,7 @@ static void show_help()
|
||||
printf("\t\tuse device <dev> for grab (default: %s)\n", DEFAULT_DEVICE);
|
||||
printf("\t\t<tpf> - time per frame in format <numerator>/<denominator>\n");
|
||||
printf("\t\t<bufcnt> - number of capture buffers to be used (default: %d)\n", DEFAULT_BUF_COUNT);
|
||||
printf("\t\t<tfp> or <fps> should be given as a single integer or a fraction");
|
||||
printf("\t\t<tfp> or <fps> should be given as a single integer or a fraction\n");
|
||||
|
||||
for (int i = 0; i < 64; ++i) {
|
||||
char name[32];
|
||||
|
||||
Reference in New Issue
Block a user