1 Nov 2010 13:13
teru: r28428 - trunk/apps/plugins/imageviewer/png
<mailer <at> svn.rockbox.org>
2010-11-01 12:13:49 GMT
2010-11-01 12:13:49 GMT
Date: 2010-11-01 13:13:49 +0100 (Mon, 01 Nov 2010) New Revision: 28428 Log Message: reduce casts between "unsinged char *" and "fb_data *". make calculation precise. maintain spaces. Removed: trunk/apps/plugins/imageviewer/png/png.h Modified: trunk/apps/plugins/imageviewer/png/png.c trunk/apps/plugins/imageviewer/png/png_decoder.c trunk/apps/plugins/imageviewer/png/tinflate.c Modified: trunk/apps/plugins/imageviewer/png/png.c =================================================================== --- trunk/apps/plugins/imageviewer/png/png.c 2010-10-31 21:52:48 UTC (rev 28427) +++ trunk/apps/plugins/imageviewer/png/png.c 2010-11-01 12:13:49 UTC (rev 28428) <at> <at> -31,19 +31,18 <at> <at> #include "lcd.h" #include <lib/pluginlib_bmp.h> #include "tinf.h" -#include "png.h" +#include "../imageviewer.h" #include "png_decoder.h" #include "bmp.h" /* decoder context struct */ static LodePNG_Decoder decoder; -/* my memory pool (from the mp3 buffer) */(Continue reading)
RSS Feed