From aa29647fcb0450429ee16fbe8e9cec009958c0ed Mon Sep 17 00:00:00 2001 From: Saxon Date: Sat, 2 May 2020 18:45:38 +0930 Subject: [PATCH] revid/config/config.go: add InputAudio source in Input config field comment --- revid/config/config.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/revid/config/config.go b/revid/config/config.go index ed1bb700..c14c1f9b 100644 --- a/revid/config/config.go +++ b/revid/config/config.go @@ -132,9 +132,13 @@ type Config struct { // InputV4l: // Read from webcam. // InputFile: + // Read h.264 bytestream from a file. // Location must be specified in InputPath field. // InputRTSP: + // Read from a camera supporting RTSP communication. // CameraIP should also be defined. + // InputAudio: + // Read from a ALSA audio source. Input uint8 // InputCodec defines the input codec we wish to use, and therefore defines the