From 9ac045e0d1f24d3581a374a80eff58437f2ff900 Mon Sep 17 00:00:00 2001 From: voroshil Date: Wed, 14 Nov 2007 12:57:17 +0000 Subject: Not all cards supports changing country code. This patch makes failed call to put_CountryCode non-fatal. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25047 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tvi_dshow.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream') diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c index 43ab094c2f..20048a0c71 100644 --- a/stream/tvi_dshow.c +++ b/stream/tvi_dshow.c @@ -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); -- cgit v1.2.3