10l: reverse the biquad coefficients.
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 21 Jan 2011 20:59:20 +0000 (20:59 +0000)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Sat, 22 Jan 2011 03:46:48 +0000 (04:46 +0100)
commit98cfadd648bfb2ab48e4c18d832e946a1ba050c8
tree5a4f72d60b9e046651e842cdca16beaf3e28aac6
parent20ac9de3df9b129a4a312d626fed0e2bbb760200
10l: reverse the biquad coefficients.

I did not notice that the filter implementation uses a reversed history state.

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
libavcodec/iirfilter.c