This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11818 - rework ppmviewer to fit our shiny new imageviewer framework
Attached to Project:
Rockbox
Opened by Marcin Bukat (MarcinBukat) - Monday, 20 December 2010, 15:23 GMT+2
Last edited by Marcin Bukat (MarcinBukat) - Sunday, 09 January 2011, 14:27 GMT+2
Opened by Marcin Bukat (MarcinBukat) - Monday, 20 December 2010, 15:23 GMT+2
Last edited by Marcin Bukat (MarcinBukat) - Sunday, 09 January 2011, 14:27 GMT+2
|
DetailsThis patch moves ppm decoder to imageviewer.
|
This task depends upon
Closed by Marcin Bukat (MarcinBukat)
Sunday, 09 January 2011, 14:27 GMT+2
Reason for closing: Accepted
Additional comments about closing: r29012
Sunday, 09 January 2011, 14:27 GMT+2
Reason for closing: Accepted
Additional comments about closing: r29012
- return value of read_ppm isn't checked in load_image in ppm.c
- header of ppm.c contains unrelated comments.
- apps/plugins/CATEGORIES seems to be sorted by plugin name, it would be better to follow the convention.
- i get a warning when compiling.
/home/teru/rockbox/original/apps/plugins/imageviewer/ppm/ppm.c: In function ‘load_image’:
/home/teru/rockbox/original/apps/plugins/imageviewer/ppm/ppm.c:81: warning: ‘rc’ may be used uninitialize
read_ppm shouldn't be in if (!iv->running_slideshow).
- remove ppmviewer from viewers.config.
it looks fine otherwise.