[FFmpeg-devel] make ff_qcelp_lspf2lpc more general

Reynaldo H. Verdejo Pinochet reynaldo
Wed Feb 25 21:48:06 CET 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Kenan, sorry for taking this long to reply to your mail.

Kenan Gillet wrote:
> the patch split the specific code for QCELP back into qcelpdec.c.
> It allows to reuse the code in the amr-nb SOC decoder.

Patch is OK but it doesn't apply cleanly anymore. You have an small
lsf/lspf typo here though:

Index: libavcodec/qcelpdec.c
===================================================================
- --- libavcodec/qcelpdec.c   (revision 16645)
+++ libavcodec/qcelpdec.c   (working copy)
@@ -79,7 +79,7 @@
  *
  * TIA/EIA/IS-733 2.4.3.3.5
  */
- -void ff_qcelp_lspf2lpc(const float *lspf, float *lpc);
+void ff_qcelp_lspf2lpc(const double *lsf, float *lpc);

Anyway, I'm attaching an updated patch I should be commiting
tomorrow.

Bests
- --
Reynaldo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmlroYACgkQwY4HfzEURSouzQCdEjMVbUd+M6ljIT2iZ+wjVs38
dfEAn1Q3xO9SF8G1PEmZucOIdy2mPKcP
=IbSU
-----END PGP SIGNATURE-----
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ff_qcelp_lspf2lpc-split.updated_patch.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090225/baaa9c55/attachment.txt>



More information about the ffmpeg-devel mailing list