Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders.
authorVitor Sessak <vitor1001@gmail.com>
Thu, 4 Sep 2008 11:03:14 +0000 (11:03 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Thu, 4 Sep 2008 11:03:14 +0000 (11:03 +0000)
commit1be0fc2909fbcefd800d20cfff1420234fd0715b
tree5e947eaeb7845f55f3c6f09b81e67393d8fb74be
parent287ba997b5a4df061a0f6efb1cc7e2ae67831f7e
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders.

Originally committed as revision 15193 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aac.c
libavcodec/lpc.c
libavcodec/lpc.h
libavcodec/ra288.c