[FFmpeg-soc] [soc]: r4101 - amr/amrnbfloatdata.h

kmalaussene subversion at mplayerhq.hu
Fri Feb 20 02:26:31 CET 2009


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



More information about the FFmpeg-soc mailing list