forked from len0rd/rockbox
Added %fc WPS tag to display codec type - moved codectype from track_info struct into mp3info struct, initialise it on MAS platforms, and add it to the WPS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6748 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2bfd2585a9
commit
961c9a3e41
6 changed files with 88 additions and 24 deletions
|
|
@ -94,7 +94,7 @@ bool get_metadata(struct track_info* track, int fd, const char* trackname,
|
|||
int rc;
|
||||
|
||||
/* Load codec specific track tag information. */
|
||||
switch (track->codectype) {
|
||||
switch (track->id3.codectype) {
|
||||
case AFMT_MPA_L1:
|
||||
case AFMT_MPA_L2:
|
||||
case AFMT_MPA_L3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue