forked from len0rd/rockbox
metadata: aac: support .aac files with mp4 container inside
Change-Id: Id982c58184197f6b2f9eeb0cf403cc2e30a97e24
This commit is contained in:
parent
77ff799502
commit
ff0ad4ca7d
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@ bool get_aac_metadata(int fd, struct mp3entry *entry)
|
|||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
lseek(fd, 0, SEEK_SET);
|
||||
return get_mp4_metadata(fd, entry);
|
||||
}
|
||||
|
||||
entry->length = (unsigned long)((entry->filesize * 8LL + (entry->bitrate >> 1)) / entry->bitrate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue