diff stream/tv.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 d43ce381e578
children f6b20f40a854
line wrap: on
line diff
--- a/stream/tv.h	Thu May 31 17:30:49 2007 +0000
+++ b/stream/tv.h	Thu May 31 17:49:51 2007 +0000
@@ -12,6 +12,7 @@
 extern char *tv_param_channel;
 extern char *tv_param_chanlist;
 extern char *tv_param_norm;
+extern int tv_param_automute;
 #ifdef HAVE_TV_V4L2
 extern int tv_param_normid;
 #endif