[FFmpeg-soc] [soc]: r2774 - amr/amrnbfloatdec.c

superdump subversion at mplayerhq.hu
Sun Jul 13 20:56:28 CEST 2008


Author: superdump
Date: Sun Jul 13 20:56:28 2008
New Revision: 2774

Log:
Convert DOS line endings to UNIX


Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	(original)
+++ amr/amrnbfloatdec.c	Sun Jul 13 20:56:28 2008
@@ -102,7 +102,7 @@ static void reset_state(AMRContext *p) {
     p->prev_lsp_sub4[8] = -0.640869140625;
     p->prev_lsp_sub4[9] = -0.79345703125;
 
-    // initialise mean lsp values
+    // initialise mean lsp values
     // taken from Decoder_amr_reset using val/(float)(1<<15)
     p->lsp_avg[0] = 0.042236328125;
     p->lsp_avg[1] = 0.063385009765625;
@@ -115,8 +115,8 @@ static void reset_state(AMRContext *p) {
     p->lsp_avg[8] = 0.38800048828125;
     p->lsp_avg[9] = 0.418121337890625;
 
-    for(i=0; i<4; i++) {
-        p->prediction_error[i] = MIN_ENERGY;
+    for(i=0; i<4; i++) {
+        p->prediction_error[i] = MIN_ENERGY;
     }
 }
 



More information about the FFmpeg-soc mailing list