X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=b0d44ec991cb49568eb20b4a4106928ae5363f4e;hp=f0db140d2213a36283e497a73531c4edfb7d79ef;hb=4a4d8f266a79275d7b2c902dc69b5ec8d46406b2;hpb=343a65bc48b4e0cda4d9a14afcd7e96cca9c5de9 diff --git a/mp3_afh.c b/mp3_afh.c index f0db140d..b0d44ec9 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 Andre Noll + * Copyright (C) 2003-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -16,13 +16,12 @@ * Johannes Overmann */ -#include +#include + #include "para.h" #include "error.h" #include "afh.h" #include "string.h" -#include "afs.h" -#include "server.h" /** \cond some defines and structs which are only used in this file */ @@ -421,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);