From dc1ae5d9a88fdf89ab3de73380fefb0e70316305 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 14 Aug 2001 11:57:40 +0000 Subject: return of the profiler CVS patchset: 428 CVS date: 2001/08/14 11:57:40 --- src/xine-engine/video_decoder.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/video_decoder.c') diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c index b6c1f7605..f7c7ccfd2 100644 --- a/src/xine-engine/video_decoder.c +++ b/src/xine-engine/video_decoder.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: video_decoder.c,v 1.36 2001/08/13 17:52:22 jkeil Exp $ + * $Id: video_decoder.c,v 1.37 2001/08/14 11:57:40 guenter Exp $ * */ @@ -132,9 +132,14 @@ void *video_decoder_loop (void *this_gen) { this->cur_video_decoder_plugin = decoder; this->cur_video_decoder_plugin->init (this->cur_video_decoder_plugin, this->video_out); + printf ("video_decoder: using decoder >%s< \n", + decoder->get_identifier()); + } + profiler_start_count (0); decoder->decode_data (this->cur_video_decoder_plugin, buf); + profiler_stop_count (0); } break; -- cgit v1.2.3