diff options
Diffstat (limited to 'apps/metadata/monkeys.c')
-rw-r--r-- | apps/metadata/monkeys.c | 2 |
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) id3->frequency = get_long_le(buf+12); } - id3->vbr = true; /* All FLAC files are VBR */ + id3->vbr = true; /* All APE files are VBR */ id3->filesize = filesize(fd); totalsamples = finalframeblocks; |