]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fecdec: Defer decoding until the first slice of the second group arrives.
authorAndre Noll <maan@systemlinux.org>
Sat, 19 Sep 2009 08:21:48 +0000 (10:21 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 19 Sep 2009 08:21:48 +0000 (10:21 +0200)
Otherwise, this could lead to buffer underruns in the decoding application
in case slices are missed. So introdce group_completion_status which tracks
whether we already have received the first group sucessfully and are waiting
for the first slice of the next group.


No differences found