diff cfg-common.h @ 23422:e7b4c913dc31

New "automute" tv:// option. Will switch off sound and show blue screen instead of video with noise when signal level (in 0-255 scale) is less than specified value.
author voroshil
date Thu, 31 May 2007 17:49:51 +0000
parents 2a66d95355f0
children 44746cbd4e5b
line wrap: on
line diff
--- a/cfg-common.h	Thu May 31 17:30:49 2007 +0000
+++ b/cfg-common.h	Thu May 31 17:49:51 2007 +0000
@@ -429,6 +429,7 @@
 	{"channel", &tv_param_channel, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"chanlist", &tv_param_chanlist, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"norm", &tv_param_norm, CONF_TYPE_STRING, 0, 0, 0, NULL},
+	{"automute", &tv_param_automute, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL},
 #ifdef HAVE_TV_V4L2
 	{"normid", &tv_param_normid, CONF_TYPE_INT, 0, 0, 0, NULL},
 #endif