From: Andre Noll Date: Mon, 31 Aug 2009 19:26:54 +0000 (+0200) Subject: Kill the quick hack that changed timing for the first fec goup. X-Git-Tag: v0.3.5~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7d455216838951cd8c1a89b2fc4167b37e94d59b;ds=sidebyside Kill the quick hack that changed timing for the first fec goup. This did never really work. --- diff --git a/vss.c b/vss.c index 6304fc53..ccdd1f7c 100644 --- a/vss.c +++ b/vss.c @@ -336,8 +336,6 @@ static int setup_next_fec_group(struct fec_client *fc, struct vss_task *vsst) /* setup group timing */ tv_scale(g->first_chunk - fc->first_stream_chunk, chunk_tv, &tmp); tv_add(&fc->stream_start, &tmp, &g->start); - if (g->num) /* quick hack to avoid buffer underruns */ - g->start.tv_sec--; tv_scale(g->num_chunks, chunk_tv, &tmp); /* group duration */ tv_divide(fc->fcp->slices_per_group + fc->num_extra_slices, &tmp, &g->slice_duration);