[FFmpeg-cvslog] r26068 - trunk/libavcodec/amrwbdata.h
mstorsjo
subversion
Tue Dec 21 12:19:59 CET 2010
Author: mstorsjo
Date: Tue Dec 21 12:19:59 2010
New Revision: 26068
Log:
Fix make checkheaders
amrwbdata.h uses offsetof(), which is defined in stddef.h.
Modified:
trunk/libavcodec/amrwbdata.h
Modified: trunk/libavcodec/amrwbdata.h
==============================================================================
--- trunk/libavcodec/amrwbdata.h Tue Dec 21 10:28:39 2010 (r26067)
+++ trunk/libavcodec/amrwbdata.h Tue Dec 21 12:19:59 2010 (r26068)
@@ -28,6 +28,7 @@
#define AVCODEC_AMRWBDATA_H
#include <stdint.h>
+#include <stddef.h>
#define LP_ORDER 16 ///< linear predictive coding filter order
#define LP_ORDER_16k 20 ///< lpc filter order at 16kHz
More information about the ffmpeg-cvslog
mailing list