summaryrefslogtreecommitdiff
path: root/firmware/id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/id3.h')
-rw-r--r--firmware/id3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/id3.h b/firmware/id3.h
index 1a5bc7441e..d76614f540 100644
--- a/firmware/id3.h
+++ b/firmware/id3.h
@@ -47,6 +47,10 @@ struct mp3entry {
47 /* these following two fields are used for local buffering */ 47 /* these following two fields are used for local buffering */
48 char id3v2buf[300]; 48 char id3v2buf[300];
49 char id3v1buf[3][32]; 49 char id3v1buf[3][32];
50
51 /* resume related */
52 int offset; /* bytes played */
53 int index; /* playlist index */
50}; 54};
51 55
52#define VBR_FRAMES_FLAG 0x01 56#define VBR_FRAMES_FLAG 0x01