Commit 59a4b4aa authored by ivo's avatar ivo

remove forgotten debug statement


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11344 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8c36fbd2
......@@ -120,8 +120,6 @@ static int sunrast_decode_frame(AVCodecContext *avctx, void *data,
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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment