From: Andre Noll Date: Tue, 2 Mar 2010 06:10:00 +0000 (+0100) Subject: btr: Fix a nasty thinko in merge_input_pool(). X-Git-Tag: v0.4.2~31 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6a7f2b1e141f17bdc66c4eb9f43e1f115679943f;hp=6a7f2b1e141f17bdc66c4eb9f43e1f115679943f;ds=inline btr: Fix a nasty thinko in merge_input_pool(). We must take into account the number of bytes already consumed from the wrap buffer. Otherwise, we might end up not merging as much as we must, which may cause errors in the child nodes. This bug was quite hard to hit, but it did bite the aac decoder reliably when used in audiod with UDP + FEC. ---