diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-06 14:09:37 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-06 14:09:37 +0000 |
commit | 44c7e547378f3742955b7bce33a98be03cb1bdbe (patch) | |
tree | db64ba7f12f87d5dac6d903135f3160b3403486d /src/xine-engine/xine.c | |
parent | f92452da4fd4612bd13db1bd66e514fa14d57003 (diff) | |
download | xine-lib-44c7e547378f3742955b7bce33a98be03cb1bdbe.tar.gz xine-lib-44c7e547378f3742955b7bce33a98be03cb1bdbe.tar.bz2 |
SPU profiling
CVS patchset: 580
CVS date: 2001/09/06 14:09:37
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r-- | src/xine-engine/xine.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 5da36c630..20cc1153f 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.56 2001/09/02 22:26:54 guenter Exp $ + * $Id: xine.c,v 1.57 2001/09/06 14:09:37 jkeil Exp $ * * top-level xine functions * @@ -412,6 +412,8 @@ xine_t *xine_init (vo_driver_t *vo, 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 |