summaryrefslogtreecommitdiff
path: root/apps/metadata/monkeys.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/monkeys.c')
-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;