summaryrefslogtreecommitdiff
path: root/firmware/id3.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-04 06:42:51 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-04 06:42:51 +0000
commit434b788a1fe2e874723d17d6872ff0e694892540 (patch)
tree72eab1324e220f14ecab3b2ad37e667928d563cd /firmware/id3.h
parent2e525fe9eda0a160612fba53d22f3719af2ec168 (diff)
downloadrockbox-434b788a1fe2e874723d17d6872ff0e694892540.tar.gz
rockbox-434b788a1fe2e874723d17d6872ff0e694892540.zip
Now sets bitrate to VARIABLE_BIT_RATE if VBR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1325 a1c6a512-1295-4272-9138-f99709370657
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;