From c631c7efcefd71a8b8a2eed0666ff689d1e65af6 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sat, 13 Dec 2008 14:24:03 +0000 Subject: Added missing newline to debug output --- xine_post_swscale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine_post_swscale.c b/xine_post_swscale.c index 9ef6685e..9e5be7c2 100644 --- a/xine_post_swscale.c +++ b/xine_post_swscale.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_post_swscale.c,v 1.8 2008-05-22 09:56:03 phintuka Exp $ + * $Id: xine_post_swscale.c,v 1.9 2008-12-13 14:24:03 phintuka Exp $ * * Simple (faster) resize for avisynth * Copyright (C) 2002 Tom Barry @@ -1594,7 +1594,7 @@ static vo_frame_t *got_frame(vo_frame_t *frame) adiff < 0.1 && adiff > -0.1 ) { this->enable = 0; - DBG("--> nothing to do, disabling processing for now"); + DBG("--> nothing to do, disabling processing for now\n"); return NULL; } -- cgit v1.2.3