X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=aac_afh.c;h=12ce82df8c7fa5df9371fdac7437fd85043be2ab;hb=fb3cb0d3ae8ef392024c6e9598b2a59bf92f2277;hp=1c7fd706f0a7c9fe8c9d4d8db43846be18a9304d;hpb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7;p=paraslash.git diff --git a/aac_afh.c b/aac_afh.c index 1c7fd706..12ce82df 100644 --- a/aac_afh.c +++ b/aac_afh.c @@ -183,8 +183,6 @@ static int aac_set_chunk_tv(struct afh_info *afhi, struct timeval total; long unsigned ms; - if (!mp4ASC->samplingFrequency) - return -E_MP4ASC; ms = 1000.0 * afhi->chunks_total * tmp / mp4ASC->samplingFrequency; ms2tv(ms, &total); tv_divide(afhi->chunks_total, &total, &afhi->chunk_tv);