diff libgsmefr/codec.h @ 64:1cc2968f883f

libgsmefr: dec_12k2.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 02:05:51 +0000
parents 988fd7ff514f
children cb080ec1817e
line wrap: on
line diff
--- a/libgsmefr/codec.h	Sat Nov 26 01:11:04 2022 +0000
+++ b/libgsmefr/codec.h	Sat Nov 26 02:05:51 2022 +0000
@@ -10,8 +10,8 @@
 
 void Decoder_12k2 (
     struct EFR_decoder_state *st,
-    Word16 parm[],     /* input : vector of synthesis parameters
-                                  parm[0] = bad frame indicator (bfi) */
+    Word16 bfi,        /* input : Bad Frame Indication                */
+    Word16 parm[],     /* input : vector of synthesis parameters      */
     Word16 synth[],    /* output: synthesis speech                    */
     Word16 A_t[],      /* output: decoded LP filter in 4 subframes    */
     Word16 TAF,