summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
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);