From a776f3be21b04b13b0c4928337ebcd9c712475bf Mon Sep 17 00:00:00 2001 From: voroshil Date: Sun, 14 Oct 2007 05:45:20 +0000 Subject: 10l: routine sets norm from parameter, but prints value of tv norm option (which can be not equal to parameter). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24779 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/tv.c b/stream/tv.c index 86bd1ab71c..274313f79b 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -1045,7 +1045,7 @@ int tv_set_norm(tvi_handle_t *tvh, char* norm) { tvh->norm = norm_from_string(tvh, norm); - mp_msg(MSGT_TV, MSGL_V, MSGTR_TV_SelectedNorm, tvh->tv_param->norm); + mp_msg(MSGT_TV, MSGL_V, MSGTR_TV_SelectedNorm, norm); if (tvh->functions->control(tvh->priv, TVI_CONTROL_TUN_SET_NORM, &tvh->norm) != TVI_CONTROL_TRUE) { mp_msg(MSGT_TV, MSGL_ERR, MSGTR_TV_CannotSetNorm); return 0; -- cgit v1.2.3