summaryrefslogtreecommitdiff
path: root/firmware/id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/id3.h')
-rw-r--r--firmware/id3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/id3.h b/firmware/id3.h
index 7597dcd0b3..60f660588f 100644
--- a/firmware/id3.h
+++ b/firmware/id3.h
@@ -19,6 +19,8 @@
19#ifndef ID3_H 19#ifndef ID3_H
20#define ID3_H 20#define ID3_H
21 21
22#define VARIABLE_BIT_RATE 1
23
22struct mp3entry { 24struct mp3entry {
23 char path[256]; 25 char path[256];
24 char *title; 26 char *title;