From: Andre Noll Date: Sat, 19 Sep 2009 08:21:48 +0000 (+0200) Subject: fecdec: Defer decoding until the first slice of the second group arrives. X-Git-Tag: v0.3.5~1^2~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=faeabd31b4bea5c097acff4738a0626e3c84f1d9;hp=faeabd31b4bea5c097acff4738a0626e3c84f1d9;ds=sidebyside fecdec: Defer decoding until the first slice of the second group arrives. 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. ---