diff options
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r-- | firmware/export/id3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index a1fff903f0..8fd41a1286 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -78,6 +78,9 @@ struct mp3entry { unsigned int length; /* song length */ unsigned int elapsed; /* ms played */ + /* Added for Vorbis */ + unsigned long samples; /* number of samples in track */ + /* MP3 stream specific info */ long bpf; /* bytes per frame */ long tpf; /* time per frame */ |