diff mplayer.c @ 32664:6d08af681d54

Factorize ROUND() redefinitions macro.
author cboesch
date Mon, 03 Jan 2011 19:39:31 +0000
parents 25b9e4c7f365
children 55953c41f4ae
line wrap: on
line diff
--- a/mplayer.c	Mon Jan 03 18:37:45 2011 +0000
+++ b/mplayer.c	Mon Jan 03 19:39:31 2011 +0000
@@ -148,9 +148,6 @@
 double start_pts = MP_NOPTS_VALUE;
 char *heartbeat_cmd;
 
-#define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))
-
-
 m_config_t* mconfig;
 
 //**************************************************************************//