# HG changeset patch # User voroshil # Date 1195045037 0 # Node ID b64074f0f124014678ca8170246128df806dbddc # Parent be9cd6001a7d957aed87156547a62f01d4e63aff Not all cards supports changing country code. This patch makes failed call to put_CountryCode non-fatal. diff -r be9cd6001a7d -r b64074f0f124 stream/tvi_dshow.c --- a/stream/tvi_dshow.c Wed Nov 14 09:25:54 2007 +0000 +++ b/stream/tvi_dshow.c Wed Nov 14 12:57:17 2007 +0000 @@ -2667,7 +2667,6 @@ 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);