diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-27 14:10:48 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-27 14:10:48 +0000 |
commit | f4f4111536951feed392a6869575ed80ffe87c4d (patch) | |
tree | 8fe0b78734d37939ea6a20e1e2f8a867bbb31ad4 /uisimulator | |
parent | de0100fafb1075286f0a7a7390eb6ce8a3fbe1a0 (diff) |
Added possibility to select the priority of the ID3 tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4962 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/mpegplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/mpegplay.c b/uisimulator/common/mpegplay.c index c7e2552b35..fa1333b3b5 100644 --- a/uisimulator/common/mpegplay.c +++ b/uisimulator/common/mpegplay.c @@ -133,7 +133,7 @@ void real_mpeg_play(char* fname) static struct dither d0, d1; int key=0; - mp3info(&mp3, fname); + mp3info(&mp3, fname, false); /* FIXME: honor the v1first setting */ init_sound(&sound); |