Author: superdump
Date: Tue Dec 4 01:26:45 2007
New Revision: 1510
Log:
Wrong data type
Modified:
amr/amrnbfloatdec.c
Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c (original)
+++ amr/amrnbfloatdec.c Tue Dec 4 01:26:45 2007
@@ -578,7 +578,7 @@ static void interp_pitch_vector(float *p
* @return void
*/
-static void reconstruct_fixed_vector(float *pulse_position, int sign, int
nr_pulses, float *fixed_vector) {
+static void reconstruct_fixed_vector(int *pulse_position, int sign, int
nr_pulses, float *fixed_vector) {
int i;
// reset the code
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc