summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
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;
}