mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
Remove unnecessary curly braces.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24782 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f9a227eb94
commit
a15457b8d7
@ -380,12 +380,9 @@ static int open_tv(tvi_handle_t *tvh)
|
||||
if (funcs->control(tvh->priv, TVI_CONTROL_TUN_SET_NORM, &tvh->tv_param->normid) != TVI_CONTROL_TRUE) {
|
||||
mp_msg(MSGT_TV, MSGL_ERR, MSGTR_TV_CannotSetNorm);
|
||||
}
|
||||
} else {
|
||||
} else
|
||||
#endif
|
||||
tv_set_norm(tvh,tvh->tv_param->norm);
|
||||
#if defined(HAVE_TV_V4L2) || defined(HAVE_TV_DSHOW)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TV_V4L1
|
||||
if ( tvh->tv_param->mjpeg )
|
||||
|
Loading…
Reference in New Issue
Block a user