mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
View Album Art from WPS context menu
Add ability to imageviewer to view current track embedded/folder album art Add "View Album Art" WPS context menu item Change-Id: I49caebd38e5e3e2910d418bbeaa5e51da0e6bd93
This commit is contained in:
parent
c1bcebd998
commit
55a5bfe740
10 changed files with 166 additions and 31 deletions
|
|
@ -76,8 +76,11 @@ static int img_mem(int ds)
|
|||
}
|
||||
|
||||
static int load_image(char *filename, struct image_info *info,
|
||||
unsigned char *buf, ssize_t *buf_size)
|
||||
unsigned char *buf, ssize_t *buf_size,
|
||||
int offset, int filesize)
|
||||
{
|
||||
(void)offset;(void)filesize;
|
||||
|
||||
int w, h;
|
||||
long time = 0; /* measured ticks */
|
||||
struct gif_decoder *p_decoder = &decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue