From eb5bf3b88e11054e30aaa34e713a4a61c167cc04 Mon Sep 17 00:00:00 2001 From: voroshil Date: Thu, 31 May 2007 17:49:51 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23440 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/tv.c') diff --git a/stream/tv.c b/stream/tv.c index d6a6552832..a3fbaeeb02 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -55,6 +55,7 @@ int tv_param_outfmt = -1; float tv_param_fps = -1.0; char **tv_param_channels = NULL; int tv_param_audio_id = 0; +int tv_param_automute = 0; #if defined(HAVE_TV_V4L) int tv_param_amode = -1; int tv_param_volume = -1; -- cgit v1.2.3