summaryrefslogtreecommitdiff
path: root/apps/metadata.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.c')
-rw-r--r--apps/metadata.c2
1 files changed, 1 insertions, 1 deletions
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,
94 int rc; 94 int rc;
95 95
96 /* Load codec specific track tag information. */ 96 /* Load codec specific track tag information. */
97 switch (track->codectype) { 97 switch (track->id3.codectype) {
98 case AFMT_MPA_L1: 98 case AFMT_MPA_L1:
99 case AFMT_MPA_L2: 99 case AFMT_MPA_L2:
100 case AFMT_MPA_L3: 100 case AFMT_MPA_L3: