summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-12-13 14:24:03 +0000
committerphintuka <phintuka>2008-12-13 14:24:03 +0000
commitc631c7efcefd71a8b8a2eed0666ff689d1e65af6 (patch)
tree201396c6f474e032ee08a7a06df8f1ac0642733f
parent5aec02e1b436fdabb07d90ae98fcf8a6c7610ef6 (diff)
downloadxineliboutput-c631c7efcefd71a8b8a2eed0666ff689d1e65af6.tar.gz
xineliboutput-c631c7efcefd71a8b8a2eed0666ff689d1e65af6.tar.bz2
Added missing newline to debug output
-rw-r--r--xine_post_swscale.c4
1 files 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;
}