[FFmpeg-soc] [soc]: r1510 - amr/amrnbfloatdec.c
superdump
subversion at mplayerhq.hu
Tue Dec 4 01:26:46 CET 2007
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
More information about the FFmpeg-soc
mailing list