summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-13 17:13:27 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-13 17:13:27 +0000
commit7d44f8c906d83abe8df52bc12a461e5c1057169d (patch)
tree310a812377d58ce6aaa5a302490dec4251b14d91 /stream
parent6474da1414545de8702c5dd34f26702e1199b35c (diff)
downloadmpv-7d44f8c906d83abe8df52bc12a461e5c1057169d.tar.bz2
mpv-7d44f8c906d83abe8df52bc12a461e5c1057169d.tar.xz
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
Diffstat (limited to 'stream')
-rw-r--r--stream/tv.c2
1 files changed, 2 insertions, 0 deletions
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;
}