From a52b3411ee52611bed8659a73d3048ff64410ff1 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 6 Apr 2020 21:17:12 +0200 Subject: [PATCH] Add missing --help for --v4l-output. --- nageru/flags.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/nageru/flags.cpp b/nageru/flags.cpp index 887cd96..5e044fd 100644 --- a/nageru/flags.cpp +++ b/nageru/flags.cpp @@ -144,6 +144,7 @@ void usage(Program program) fprintf(stderr, " --midi-mapping=FILE start with the given MIDI controller mapping (implies --multichannel)\n"); fprintf(stderr, " --default-hdmi-input default to HDMI over SDI inputs for cards that have both\n"); fprintf(stderr, " --fake-cards-audio make fake (disconnected) cards output a simple tone\n"); + fprintf(stderr, " --v4l-output DEVICE send video (no audio) to V4L2 output/loopback\n"); fprintf(stderr, " --http-uncompressed-video send uncompressed NV12 video to HTTP clients\n"); fprintf(stderr, " --http-x264-video send x264-compressed video to HTTP clients\n"); fprintf(stderr, " --record-x264-video store x264-compressed video to disk (implies --http-x264-video,\n"); -- 2.39.2