[FFmpeg-soc] [soc]: r1505 - amr/amrnbfloatdata.h
superdump
subversion at mplayerhq.hu
Tue Dec 4 01:04:28 CET 2007
Author: superdump
Date: Tue Dec 4 01:04:28 2007
New Revision: 1505
Log:
Multiple inclusion protection and include inttypes.h
Modified:
amr/amrnbfloatdata.h
Modified: amr/amrnbfloatdata.h
==============================================================================
--- amr/amrnbfloatdata.h (original)
+++ amr/amrnbfloatdata.h Tue Dec 4 01:04:28 2007
@@ -25,7 +25,10 @@
* AMR narrowband data and definitions
*/
+#ifndef FFMPEG_AMRNBFLOATDATA_H
+#define FFMPEG_AMRNBFLOATDATA_H
+#include <inttypes.h>
#include <math.h>
// general definitions
@@ -2057,3 +2060,6 @@ static const float ir_filter_medium[AMR_
/**************************** end of tables *****************************/
+
+#endif /* FFMPEG_AMRNBFLOATDATA_H */
+
More information about the FFmpeg-soc
mailing list