From a5c4a2d62b0f9d3515eb925468369f81158636a1 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sat, 3 Aug 2002 20:42:32 +0000 Subject: made xine a bit less verbose and Marcelo a lot happier... CVS patchset: 2388 CVS date: 2002/08/03 20:42:32 --- src/xine-engine/video_out.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index c54a82932..5b539fc89 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.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_out.c,v 1.101 2002/07/30 00:26:45 miguelfreitas Exp $ + * $Id: video_out.c,v 1.102 2002/08/03 20:42:32 siggi Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -301,7 +301,8 @@ static int vo_frame_draw (vo_frame_t *img) { * performance measurement */ - if (this->num_frames_delivered>199) { + if ((this->num_frames_delivered % 200) == 0 + && (this->num_frames_skipped || this->num_frames_discarded)) { xine_log(this->xine, XINE_LOG_MSG, _("%d frames delivered, %d frames skipped, %d frames discarded\n"), this->num_frames_delivered, -- cgit v1.2.3