From 1a8ab1d6adb8d849ed6f1b8a31baf0ef31242e4a Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Mon, 8 Jul 2013 13:21:24 +0200 Subject: stream/tv: remove unused dshow-specific options --- stream/stream_tv.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'stream/stream_tv.c') diff --git a/stream/stream_tv.c b/stream/stream_tv.c index 0a519efb25..595657dc43 100644 --- a/stream/stream_tv.c +++ b/stream/stream_tv.c @@ -72,11 +72,7 @@ tv_param_t stream_tv_defaults = { -1, //gain 0, //scan_autostart 50, //scan_threshold - 0.5, //scan_period - 0, //hidden_video_renderer; - 0, //hidden_vp_renderer; - 0, //system_clock; - 0 //normalize_audio_chunks; + 0.5, //scan_period }; #define ST_OFF(f) M_ST_OFF(tv_param_t,f) -- cgit v1.2.3