forked from len0rd/rockbox
Fixed the incorrect APE header format define cause parsing to fail.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12317 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
51e885d597
commit
9745bbc1df
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ enum tagtype { TAGTYPE_APE = 1, TAGTYPE_VORBIS };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define APETAG_HEADER_LENGTH 32
|
#define APETAG_HEADER_LENGTH 32
|
||||||
#define APETAG_HEADER_FORMAT "8llll"
|
#define APETAG_HEADER_FORMAT "8llll8"
|
||||||
#define APETAG_ITEM_HEADER_FORMAT "ll"
|
#define APETAG_ITEM_HEADER_FORMAT "ll"
|
||||||
#define APETAG_ITEM_TYPE_MASK 3
|
#define APETAG_ITEM_TYPE_MASK 3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue