From d9f6f14d5110787be31160ef4956bebe572cba4d Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 10 Sep 2001 13:36:56 +0000 Subject: Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm's yuv2rgb conversion CVS patchset: 601 CVS date: 2001/09/10 13:36:56 --- src/xine-engine/xine.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/xine-engine/xine.c') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index b78b3a994..837a3180d 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.c,v 1.59 2001/09/10 03:04:48 guenter Exp $ + * $Id: xine.c,v 1.60 2001/09/10 13:36:56 jkeil Exp $ * * top-level xine functions * @@ -407,16 +407,6 @@ xine_t *xine_init (vo_driver_t *vo, this->config = config; xine_debug = config->lookup_int (config, "xine_debug", 0); - /* - * set up profiler - */ - profiler_init(); - profiler_set_label (0, "video decoder "); - profiler_set_label (1, "audio decoder/output "); - profiler_set_label (2, "video output "); - profiler_set_label (3, "spu decoder "); - profiler_set_label (4, "spu blend "); - /* * init lock */ -- cgit v1.2.3