From 57cb0c8efd9218f30c8645205d1cd431efc11de1 Mon Sep 17 00:00:00 2001 From: JoergWeber Date: Thu, 20 Dec 2007 11:17:53 +0000 Subject: [PATCH] improved description for option input --- conf.c | 2 +- motion-dist.conf.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.c b/conf.c index 3e771552..e505f13e 100644 --- a/conf.c +++ b/conf.c @@ -238,7 +238,7 @@ config_param config_params[] = { { "input", "# The video input to be used (default: 8)\n" - "# Should normally be set to 1 for video/TV cards, and 8 for USB cameras", + "# Should normally be set to 0 or 1 for video/TV cards, and 8 for USB cameras", 0, CONF_OFFSET(input), copy_int, diff --git a/motion-dist.conf.in b/motion-dist.conf.in index 2916ff80..38b14e22 100644 --- a/motion-dist.conf.in +++ b/motion-dist.conf.in @@ -52,7 +52,7 @@ v4l2_palette 8 ; tunerdevice /dev/tuner0 # The video input to be used (default: 8) -# Should normally be set to 1 for video/TV cards, and 8 for USB cameras +# Should normally be set to 0 or 1 for video/TV cards, and 8 for USB cameras input 8 # The video norm to use (only for video capture and TV tuner cards)