[MPlayer-cvslog] r24782 - trunk/stream/tv.c

voroshil subversion at mplayerhq.hu
Sun Oct 14 09:20:24 CEST 2007


Author: voroshil
Date: Sun Oct 14 09:20:24 2007
New Revision: 24782

Log:
Remove no more needed curly braces.


Modified:
   trunk/stream/tv.c

Modified: trunk/stream/tv.c
==============================================================================
--- trunk/stream/tv.c	(original)
+++ trunk/stream/tv.c	Sun Oct 14 09:20:24 2007
@@ -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 )



More information about the MPlayer-cvslog mailing list