From 7d455216838951cd8c1a89b2fc4167b37e94d59b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 31 Aug 2009 21:26:54 +0200 Subject: [PATCH] Kill the quick hack that changed timing for the first fec goup. This did never really work. --- vss.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.30.2