summaryrefslogtreecommitdiff
path: root/firmware/id3.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/id3.c')
-rw-r--r--firmware/id3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/id3.c b/firmware/id3.c
index 62150e1ac8..35b983cbee 100644
--- a/firmware/id3.c
+++ b/firmware/id3.c
@@ -537,6 +537,7 @@ static int getsonglength(int fd, struct mp3entry *entry)
537 { 537 {
538 /* Yes, it is a VBR file */ 538 /* Yes, it is a VBR file */
539 entry->vbr = true; 539 entry->vbr = true;
540 entry->vbrflags = xing[7];
540 541
541 if (entry->vbrflags & VBR_FRAMES_FLAG) /* Is the frame count there? */ 542 if (entry->vbrflags & VBR_FRAMES_FLAG) /* Is the frame count there? */
542 { 543 {