From f1fbca4bdd35b7ceb636dac0b979fa1acca9e609 Mon Sep 17 00:00:00 2001 From: voroshil Date: Thu, 23 Aug 2007 16:09:30 +0000 Subject: Automatic TV channels scanning ability for MPlayer. Code is based on patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24125 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_tv.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'stream/stream_tv.c') diff --git a/stream/stream_tv.c b/stream/stream_tv.c index 8332b07477..bbddac1aff 100644 --- a/stream/stream_tv.c +++ b/stream/stream_tv.c @@ -74,7 +74,11 @@ tv_param_t stream_tv_defaults = { 0, //saturation NULL, //tdevice 0, //tformat - 100 //tpage + 100, //tpage + + 0, //scan_autostart + 50, //scan_threshold + 0.5 //scan_period }; #define ST_OFF(f) M_ST_OFF(tv_param_t,f) -- cgit v1.2.3