]> git.tue.mpg.de Git - paraslash.git/commit
Make FEC work with oggvorbis streams.
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Mar 2009 20:41:27 +0000 (21:41 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 8 Mar 2009 20:41:27 +0000 (21:41 +0100)
commit1beeb3913ee5d0e03805e55300720d267a6a51e0
tree2be874d0ac87724b96c5938fecd4980790af6fbc
parent42d5f658d742dad5b8caa2c2ab7ca62768b0b105
Make FEC work with oggvorbis streams.

Unfortunately, this required to rewrite large parts of the fec code
in vss.c. The new code behaves better if the FEC parameters are not
suitable for the current audio file, for example if the audio file header
does not fit into the desired number of slices. It detects this situation
and adjusts the given FEC parameters accordingly.
fecdec_filter.c
vss.c