summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/metadata.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/metadata.c b/apps/metadata.c
index 531969b..5481cbe 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -1238,6 +1238,7 @@ static bool get_musepack_metadata(int fd, struct mp3entry *id3)
return false;
}
+ id3->vbr = true;
/* Estimate bitrate, we should probably subtract the various header sizes
here for super-accurate results */
id3->length = samples/id3->frequency*1000;