summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-14 12:57:17 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-14 12:57:17 +0000
commit9ac045e0d1f24d3581a374a80eff58437f2ff900 (patch)
tree37d83efe44585845009ae0d85c9c86e32a71ce5d /stream
parentdc69f02aadf458caafc3882b93d4dccb52c16ccd (diff)
downloadmpv-9ac045e0d1f24d3581a374a80eff58437f2ff900.tar.bz2
mpv-9ac045e0d1f24d3581a374a80eff58437f2ff900.tar.xz
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
Diffstat (limited to 'stream')
-rw-r--r--stream/tvi_dshow.c1
1 files changed, 0 insertions, 1 deletions
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);