[FFmpeg-soc] [soc]: r351 - qcelp/qcelpdec.c

reynaldo subversion at mplayerhq.hu
Sun Jul 8 19:50:59 CEST 2007


Author: reynaldo
Date: Sun Jul  8 19:50:59 2007
New Revision: 351

Log:
Gotcha, missing braces in r350

Modified:
   qcelp/qcelpdec.c

Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c	(original)
+++ qcelp/qcelpdec.c	Sun Jul  8 19:50:59 2007
@@ -123,9 +123,11 @@ void qcelp_cbgain2g(const uint8_t *cbgai
     {
         case RATE_QUARTER:
             for(i=0; i<5; i++)
+            {
                 g0[i]=g1[i]=QCELP_CBGAIN2G0(cbgain[i]);
                 gs[i]=1;
                 ga[i]=qcelp_g12ga[g1[i]];
+            }
             break;
         case RATE_FULL:
         case RATE_HALF:



More information about the FFmpeg-soc mailing list