Mercurial > mplayer.hg
comparison stream/tv.c @ 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 |
comparison
equal
deleted
inserted
replaced
23421:e013cf91368f | 23422:e7b4c913dc31 |
---|---|
53 int tv_param_input = 0; /* used in v4l and bttv */ | 53 int tv_param_input = 0; /* used in v4l and bttv */ |
54 int tv_param_outfmt = -1; | 54 int tv_param_outfmt = -1; |
55 float tv_param_fps = -1.0; | 55 float tv_param_fps = -1.0; |
56 char **tv_param_channels = NULL; | 56 char **tv_param_channels = NULL; |
57 int tv_param_audio_id = 0; | 57 int tv_param_audio_id = 0; |
58 int tv_param_automute = 0; | |
58 #if defined(HAVE_TV_V4L) | 59 #if defined(HAVE_TV_V4L) |
59 int tv_param_amode = -1; | 60 int tv_param_amode = -1; |
60 int tv_param_volume = -1; | 61 int tv_param_volume = -1; |
61 int tv_param_bass = -1; | 62 int tv_param_bass = -1; |
62 int tv_param_treble = -1; | 63 int tv_param_treble = -1; |