X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=55cf4ced1b50b1d9661eb9590abcd90105351f81;hp=2030eada238a85e939a325c0ef9ad0b771f0e8d2;hb=31233289bedbb596b98eadd411bc6aac54d4ed69;hpb=e06c60040db60f45f6e0bb3095e8dac21420f126 diff --git a/ogg_afh.c b/ogg_afh.c index 2030eada..55cf4ced 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008 Andre Noll + * Copyright (C) 2004-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -210,7 +210,6 @@ static long unsigned ogg_compute_chunk_table(OggVorbis_File *of, long unsigned num_chunks; ogg_int64_t max = 0, min = 0, old_pos = 0; - ret = 0; num = time_total / chunk_time + 3; PARA_DEBUG_LOG("chunk time: %g allocating %d chunk pointers\n", chunk_time, num);