[MPlayer-cvslog] r24450 - trunk/stream/tv.c

voroshil subversion at mplayerhq.hu
Thu Sep 13 19:13:27 CEST 2007


Author: voroshil
Date: Thu Sep 13 19:13:27 2007
New Revision: 24450

Log:
Fix missing reset/initialization (with tv parameters) of
vbi subsystem after tv initialization.



Modified:
   trunk/stream/tv.c

Modified: trunk/stream/tv.c
==============================================================================
--- trunk/stream/tv.c	(original)
+++ trunk/stream/tv.c	Thu Sep 13 19:13:27 2007
@@ -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;
 }
 



More information about the MPlayer-cvslog mailing list