OSDN Git Service

ra144enc: zero the reflection coeffs if the filter is unstable
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 21 Dec 2011 21:09:11 +0000 (16:09 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 22 Dec 2011 13:31:07 +0000 (08:31 -0500)
commit9a3f10695a011861dcf5a649e3e72580b1a4eed4
tree645af965af1b07ddb70a6d7a4715995b68eb578c
parent131609dc2a75e6783396853023d6f49333e3f495
ra144enc: zero the reflection coeffs if the filter is unstable

fixes use of uninitialized values if the filter is still unstable after using
the previous frame lpc coefficients.
libavcodec/ra144enc.c