diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-29 19:05:40 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-29 20:00:53 +0200 |
commit | 2e15305b7088c9dfe1c8d29c248a9b49bcf0b0a3 (patch) | |
tree | 975487aadba34a6b14eea20ca282c60847fd7222 /libavcodec/dsputil.c | |
parent | 09cbf60f8eec65cc53c5931234476a9956cc27fd (diff) | |
download | ffmpeg-2e15305b7088c9dfe1c8d29c248a9b49bcf0b0a3.tar.gz |
Remove some disabled printf debug cruft.
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r-- | libavcodec/dsputil.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index dbfc8ce162..32472b1a74 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -3327,13 +3327,6 @@ static int hadamard8_diff8x8_c(/*MpegEncContext*/ void *s, uint8_t *dst, uint8_t +BUTTERFLYA(temp[8*2+i], temp[8*6+i]) +BUTTERFLYA(temp[8*3+i], temp[8*7+i]); } -#if 0 -static int maxi=0; -if(sum>maxi){ - maxi=sum; - printf("MAX:%d\n", maxi); -} -#endif return sum; } |