Author: voroshil Date: Wed Nov 14 13:57:17 2007 New Revision: 25047 Log: Not all cards supports changing country code. This patch makes failed call to put_CountryCode non-fatal. Modified: trunk/stream/tvi_dshow.c Modified: trunk/stream/tvi_dshow.c ============================================================================== --- trunk/stream/tvi_dshow.c (original) +++ trunk/stream/tvi_dshow.c Wed Nov 14 13:57:17 2007 @@ -2667,7 +2667,6 @@ static int init(priv_t * priv) chanlist2country(priv->tv_param->chanlist)); if(FAILED(hr)){ mp_msg(MSGT_TV,MSGL_DBG2, "tvi_dshow: Call to put_CountryCode failed. Error:0x%x\n",(unsigned int)hr); - break; } hr = OLE_CALL_ARGS(priv->pTVTuner, put_Mode, AMTUNER_MODE_TV);
participants (1)
-
voroshil