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