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

cmcq subversion at mplayerhq.hu
Wed Jul 29 13:43:55 CEST 2009


Author: cmcq
Date: Wed Jul 29 13:43:55 2009
New Revision: 4829

Log:
Use avutil headers for offsetof and M_PI

Modified:
   amr/amrnbfloatdata.h

Modified: amr/amrnbfloatdata.h
==============================================================================
--- amr/amrnbfloatdata.h	Wed Jul 29 11:10:00 2009	(r4828)
+++ amr/amrnbfloatdata.h	Wed Jul 29 13:43:55 2009	(r4829)
@@ -29,10 +29,9 @@
 #define AVCODEC_AMRNBFLOATDATA_H
 
 #include <stdint.h>
-#include <stddef.h>
-#include <math.h>
 
-#include "libavutil/common.h"
+#include "libavutil/common.h"      /* offsetof */
+#include "libavutil/mathematics.h" /* M_PI */
 
 // general definitions
 #define AMR_BLOCK_SIZE    160


More information about the FFmpeg-soc mailing list