[FFmpeg-cvslog] r11344 - trunk/libavcodec/sunrast.c
ivo
subversion
Fri Dec 28 14:12:47 CET 2007
Author: ivo
Date: Fri Dec 28 14:12:47 2007
New Revision: 11344
Log:
remove forgotten debug statement
Modified:
trunk/libavcodec/sunrast.c
Modified: trunk/libavcodec/sunrast.c
==============================================================================
--- trunk/libavcodec/sunrast.c (original)
+++ trunk/libavcodec/sunrast.c Fri Dec 28 14:12:47 2007
@@ -120,8 +120,6 @@ static int sunrast_decode_frame(AVCodecC
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];
More information about the ffmpeg-cvslog
mailing list