[FFmpeg-soc] [soc]: r4821 - in amr: amrnbfloatdata.h amrnbfloatdec.c

cmcq subversion at mplayerhq.hu
Tue Jul 28 18:17:23 CEST 2009


Author: cmcq
Date: Tue Jul 28 18:17:23 2009
New Revision: 4821

Log:
Don't include headers already included by libavutil/common.h

Modified:
   amr/amrnbfloatdata.h
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdata.h
==============================================================================
--- amr/amrnbfloatdata.h	Tue Jul 28 18:14:29 2009	(r4820)
+++ amr/amrnbfloatdata.h	Tue Jul 28 18:17:23 2009	(r4821)
@@ -30,7 +30,6 @@
 
 #include <stdint.h>
 #include <stddef.h>
-#include <math.h>
 
 #include "libavutil/common.h"
 

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	Tue Jul 28 18:14:29 2009	(r4820)
+++ amr/amrnbfloatdec.c	Tue Jul 28 18:17:23 2009	(r4821)
@@ -26,15 +26,11 @@
  */
 
 
-#include <math.h>
 #include <stddef.h>
-#include <stdio.h>
-#include <stdlib.h>
 
 #include "avcodec.h"
 #include "get_bits.h"
 #include "libavutil/common.h"
-#include "internal.h"
 #include "celp_math.h"
 #include "celp_filters.h"
 #include "acelp_filters.h"


More information about the FFmpeg-soc mailing list