summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-06-19 19:03:37 +0000
committerDave Chapman <dave@dchapman.com>2007-06-19 19:03:37 +0000
commit62dab05cc948e39af1b22f1241c890b920377b6d (patch)
tree7a49f32433997e844a440df679a2167b4d39a548
parent9727d151a0b2ebedfa1dde7577e0009451ad82a3 (diff)
downloadrockbox-62dab05cc948e39af1b22f1241c890b920377b6d.tar.gz
rockbox-62dab05cc948e39af1b22f1241c890b920377b6d.zip
Correct a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13674 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/metadata/monkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/monkeys.c b/apps/metadata/monkeys.c
index 1a9b9b4bc2..e200c2c912 100644
--- a/apps/metadata/monkeys.c
+++ b/apps/metadata/monkeys.c
@@ -79,7 +79,7 @@ bool get_monkeys_metadata(int fd, struct mp3entry* id3)
79 id3->frequency = get_long_le(buf+12); 79 id3->frequency = get_long_le(buf+12);
80 } 80 }
81 81
82 id3->vbr = true; /* All FLAC files are VBR */ 82 id3->vbr = true; /* All APE files are VBR */
83 id3->filesize = filesize(fd); 83 id3->filesize = filesize(fd);
84 84
85 totalsamples = finalframeblocks; 85 totalsamples = finalframeblocks;