[FFmpeg-soc] [soc]: r4830 - amr/amrnbfloatdec.c

cmcq subversion at mplayerhq.hu
Wed Jul 29 13:45:23 CEST 2009


Author: cmcq
Date: Wed Jul 29 13:45:23 2009
New Revision: 4830

Log:
offsetof is no longer used in amrnbfloatdec.c (except through #defines)

Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	Wed Jul 29 13:43:55 2009	(r4829)
+++ amr/amrnbfloatdec.c	Wed Jul 29 13:45:23 2009	(r4830)
@@ -26,7 +26,6 @@
  */
 
 
-#include <stddef.h>
 #include <string.h>
 #include <math.h>
 


More information about the FFmpeg-soc mailing list