diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-10 13:36:56 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-10 13:36:56 +0000 |
commit | d9f6f14d5110787be31160ef4956bebe572cba4d (patch) | |
tree | c80f06c376a1ce653c1150a5fcaa5a93f1646a31 /src/xine-engine/xine.c | |
parent | 6fdc5685796399e9ddea30b7dcffc607bd4c10b3 (diff) | |
download | xine-lib-d9f6f14d5110787be31160ef4956bebe572cba4d.tar.gz xine-lib-d9f6f14d5110787be31160ef4956bebe572cba4d.tar.bz2 |
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
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r-- | src/xine-engine/xine.c | 12 |
1 files changed, 1 insertions, 11 deletions
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 * @@ -408,16 +408,6 @@ xine_t *xine_init (vo_driver_t *vo, 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 */ |