1
0
Fork 0
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:
Dave Chapman 2005-06-18 16:24:27 +00:00
parent 2bfd2585a9
commit 961c9a3e41
6 changed files with 88 additions and 24 deletions

View file

@ -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: