summaryrefslogtreecommitdiff
path: root/apps/mp3data.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mp3data.c')
-rw-r--r--apps/mp3data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/mp3data.c b/apps/mp3data.c
index 80870cd8cd..4809708a9c 100644
--- a/apps/mp3data.c
+++ b/apps/mp3data.c
@@ -449,8 +449,6 @@ int get_mp3file_info(int fd, struct mp3info *info)
449 else 449 else
450 info->bitrate = info->byte_count / (info->file_time >> 3); 450 info->bitrate = info->byte_count / (info->file_time >> 3);
451 } 451 }
452 else
453 info->bitrate = 0;
454 452
455 if (vbrheader[7] & VBR_TOC_FLAG) /* Is table-of-contents there? */ 453 if (vbrheader[7] & VBR_TOC_FLAG) /* Is table-of-contents there? */
456 { 454 {