From 961c9a3e4103e766f52ff1d7c2af2db6119c72ec Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 18 Jun 2005 16:24:27 +0000 Subject: 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 --- apps/metadata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/metadata.c') diff --git a/apps/metadata.c b/apps/metadata.c index e4b4cf061e..2e39ab1685 100644 --- a/apps/metadata.c +++ b/apps/metadata.c @@ -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: -- cgit v1.2.3