b6ddbc41a5
Rockbox only uses the first album art image (APIC / PIC frame) found in id3v2 tags. When a file contains more than one image the second one is ignored but the parsealbumart() callback overwrites the already set data. This causes the metadata structure to contain an invalid pointer to the image data, resulting in no image shown. Make parsealbumart() aware of this and skip parsing when an albumart image has already been found. Fixes FS#12870. Change-Id: Id8164f319cd5e1ee868b581f8f4ad3ea69c17f77 |
||
---|---|---|
.. | ||
arm_support | ||
fixedpoint | ||
libsetjmp | ||
rbcodec | ||
skin_parser | ||
tlsf | ||
unwarminder |