From 2029e934d2db41adfdce8ff7286671abb6d7fbed Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 19 Mar 2009 09:53:50 +0000
Subject: [PATCH] Nicely align output columns.

Originally committed as revision 18042 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/dct-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index fef142fe942..55c92ffacfb 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -319,7 +319,7 @@ void dct_error(const char *name, int is_idct,
 #if 1 // dump systematic errors
     for(i=0; i<64; i++){
         if(i%8==0) printf("\n");
-        printf("%5d ", (int)sysErr[i]);
+        printf("%7d ", (int)sysErr[i]);
     }
     printf("\n");
 #endif
-- 
GitLab