Fix ff_mpa_synth_filter_fixed() prototype
authorMans Rullgard <mans@mansr.com>
Thu, 19 May 2011 19:46:24 +0000 (20:46 +0100)
committerMans Rullgard <mans@mansr.com>
Fri, 20 May 2011 00:20:53 +0000 (01:20 +0100)
The prototype should use the same typedefs as the definition, or it
will fail where int32_t is not int (DOS apparently).

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/mpegaudiodsp.h

index 7b05b68..597e253 100644 (file)
@@ -39,7 +39,7 @@ void ff_mpa_synth_filter_fixed(MPADSPContext *s,
                                int32_t *synth_buf_ptr, int *synth_buf_offset,
                                int32_t *window, int *dither_state,
                                int16_t *samples, int incr,
-                               int *sb_samples);
+                               int32_t *sb_samples);
 
 void ff_mpa_synth_filter_float(MPADSPContext *s,
                                float *synth_buf_ptr, int *synth_buf_offset,