Mercurial > mplayer.hg
changeset 24430:85156c51f912
Fix missing reset/initialization (with tv parameters) of
vbi subsystem after tv initialization.
author | voroshil |
---|---|
date | Thu, 13 Sep 2007 17:13:27 +0000 |
parents | 73bcf011f744 |
children | 3cfff0f1d9b8 |
files | stream/tv.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tv.c Thu Sep 13 17:06:36 2007 +0000 +++ b/stream/tv.c Thu Sep 13 17:13:27 2007 +0000 @@ -759,6 +759,8 @@ 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; }