mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22239 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e2f5086916
commit
e63f1ecb97
1 changed files with 4 additions and 0 deletions
|
|
@ -431,6 +431,10 @@ bool get_rm_metadata(int fd, struct mp3entry* id3)
|
|||
case CODEC_AC3:
|
||||
id3->codectype = AFMT_RM_AC3;
|
||||
break;
|
||||
|
||||
case CODEC_ATRAC:
|
||||
/* Not yet supported in rockbox, parsing fails before reaching here */
|
||||
break;
|
||||
}
|
||||
|
||||
id3->bitrate = rmctx->bit_rate / 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue