projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mp3_afh: Take padding into account when computing frame duration.
[paraslash.git]
/
mp3_afh.c
diff --git
a/mp3_afh.c
b/mp3_afh.c
index
b83343e
..
b0d44ec
100644
(file)
--- a/
mp3_afh.c
+++ b/
mp3_afh.c
@@
-420,7
+420,7
@@
static int mp3_read_info(unsigned char *map, size_t numbytes, int fd,
if (ret < 0)
continue;
fl = ret;
- tmp.tv_sec = fl;
+ tmp.tv_sec = fl
- header.padding
;
tmp.tv_usec = 0;
tv_divide(br * 125, &tmp, &cct);
tv_add(&cct, &total_time, &tmp);