Browse Source

remove forgotten debug statement

Originally committed as revision 11344 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ivo van Poorten 17 years ago
parent
commit
29e35482e7
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/sunrast.c

+ 0
- 2
libavcodec/sunrast.c View File

@@ -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];


Loading…
Cancel
Save