changeset 6086:e458d5374a03 libavcodec

remove forgotten debug statement
author ivo
date Fri, 28 Dec 2007 13:12:47 +0000
parents cb88719b7fef
children 34abda474ff7
files sunrast.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sunrast.c	Fri Dec 28 13:09:57 2007 +0000
+++ b/sunrast.c	Fri Dec 28 13:12:47 2007 +0000
@@ -120,8 +120,6 @@
             return -1;
         }
 
-        av_log(avctx, AV_LOG_DEBUG, "maplength %u\n", len);
-
         ptr = p->data[1];
         for (x=0; x<len; x++, ptr+=4)
             *(uint32_t *)ptr = (buf[x]<<16) + (buf[len+x]<<8) + buf[len+len+x];