Author: kmalaussene Date: Fri Feb 20 02:26:31 2009 New Revision: 4101 Log: Add includes to pass make checkheaders.
Modified: amr/amrnbfloatdata.h Modified: amr/amrnbfloatdata.h ============================================================================== --- amr/amrnbfloatdata.h Thu Feb 19 22:50:48 2009 (r4100) +++ amr/amrnbfloatdata.h Fri Feb 20 02:26:31 2009 (r4101) @@ -29,8 +29,11 @@ #define AVCODEC_AMRNBFLOATDATA_H #include <stdint.h> +#include <stddef.h> #include <math.h> +#include "libavutil/common.h" + // general definitions #define AMR_BLOCK_SIZE 160 #define AMR_SUBFRAME_SIZE 40 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
