mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
metadata: opus, vorbis, speex: support embedded jpeg album art
It includes .opus, .ogg, .oga, .spx files Change-Id: I3d0ee9806b05911fc8c3ce5cb761de87d4166141
This commit is contained in:
parent
95f4accf45
commit
0847bcc110
8 changed files with 300 additions and 149 deletions
|
|
@ -207,6 +207,7 @@ enum mp3_aa_type {
|
|||
AA_TYPE_JPG,
|
||||
|
||||
AA_FLAG_ID3_UNSYNC = 1 << (AA_FLAGS_SHIFT + 0),
|
||||
AA_FLAG_VORBIS_BASE64 = 1 << (AA_FLAGS_SHIFT + 1),
|
||||
};
|
||||
|
||||
struct mp3_albumart {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue