]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
vss.c: Improve the fec timing code.
authorAndre Noll <maan@systemlinux.org>
Sun, 1 Mar 2009 22:09:51 +0000 (23:09 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Mar 2009 22:09:51 +0000 (23:09 +0100)
This patch

- Fixes a the bug where assert(start_buf) caused para_server
to abort.
- Gets rid of buffer underruns by introducing a quick hack that
sends all but the first slice a bit early.
- Moves some code from compute_next_fec_slice() to
setup_next_fec_group() where it belongs.


No differences found