Author: superdump
Date: Tue Dec  4 00:40:12 2007
New Revision: 1499

Log:
D'oh. Misplaced pointer *. Can I get 10l please?


Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c (original)
+++ amr/amrnbfloatdec.c Tue Dec  4 00:40:12 2007
@@ -58,7 +58,7 @@ typedef struct AMRContext {
     int                  prev_pitch_lag_int; ///< integer part of pitch lag 
from previous subframe
 
     float excitation_buf[PITCH_LAG_MAX + LP_FILTER_ORDER + 1 + 
AMR_SUBFRAME_SIZE]; ///< excitation buffer
-    float                       excitation*; ///< pointer to the current 
excitation vector in excitation_buf
+    float                       *excitation; ///< pointer to the current 
excitation vector in excitation_buf
 
     float                      pitch_vector[AMR_SUBFRAME_SIZE]; ///< adaptive 
code book (pitch) vector
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to