diff allcodecs.c @ 8240:d3d0d9cc0e50 libavcodec

Commit last ok'ed parts of QCELP decoder and enable it. patch by Kenan Gillet, kenan.gillet gmail com
author vitor
date Tue, 02 Dec 2008 16:48:05 +0000
parents ababfa151ced
children 2e654989814e
line wrap: on
line diff
--- a/allcodecs.c	Tue Dec 02 10:43:08 2008 +0000
+++ b/allcodecs.c	Tue Dec 02 16:48:05 2008 +0000
@@ -204,6 +204,7 @@
     REGISTER_DECODER (MPC7, mpc7);
     REGISTER_DECODER (MPC8, mpc8);
     REGISTER_ENCDEC  (NELLYMOSER, nellymoser);
+    REGISTER_DECODER (QCELP, qcelp);
     REGISTER_DECODER (QDM2, qdm2);
     REGISTER_DECODER (RA_144, ra_144);
     REGISTER_DECODER (RA_288, ra_288);