From 7d44f8c906d83abe8df52bc12a461e5c1057169d Mon Sep 17 00:00:00 2001 From: voroshil Date: Thu, 13 Sep 2007 17:13:27 +0000 Subject: Fix missing reset/initialization (with tv parameters) of vbi subsystem after tv initialization. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24450 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream') diff --git a/stream/tv.c b/stream/tv.c index d6c380c5f9..be06149b1e 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -759,6 +759,8 @@ no_audio: tv_set_color_options(tvh, TV_COLOR_SATURATION, tvh->tv_param->saturation); tv_set_color_options(tvh, TV_COLOR_CONTRAST, tvh->tv_param->contrast); + funcs->control(tvh->priv,TV_VBI_CONTROL_RESET,tvh->tv_param); + return demuxer; } -- cgit v1.2.3