[FFmpeg-devel] [PATCH] Common ACELP code & G.729 [2/7] - pitch lag decoding

Diego Biurrun diego
Tue Jun 24 22:29:52 CEST 2008


On Tue, Jun 24, 2008 at 11:24:17PM +0700, Vladimir Voroshilov wrote:
> 
> --- /dev/null
> +++ b/libavcodec/acelp_pitch_lag.h
> @@ -0,0 +1,231 @@
> +
> +#ifndef FFMPEG_ACELP_PITCH_LAG_H
> +#define FFMPEG_ACELP_PITCH_LAG_H
> +
> + [...]
> +
> +void ff_acelp_update_past_gain_erasure(
> +        int16_t *quant_energy,
> +        int ma_pred_order);

This header needs to #include stdint.h to pass 'make checkheaders'.

Please check your header files for this, it is a routing mistake of
yours, thanks.

Diego




More information about the ffmpeg-devel mailing list