Skip to content
Snippets Groups Projects
Commit fe7438d9 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

Fix make checkheaders

amrwbdata.h uses offsetof(), which is defined in stddef.h.

Originally committed as revision 26068 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 223cefb5
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#define AVCODEC_AMRWBDATA_H #define AVCODEC_AMRWBDATA_H
#include <stdint.h> #include <stdint.h>
#include <stddef.h>
#define LP_ORDER 16 ///< linear predictive coding filter order #define LP_ORDER 16 ///< linear predictive coding filter order
#define LP_ORDER_16k 20 ///< lpc filter order at 16kHz #define LP_ORDER_16k 20 ///< lpc filter order at 16kHz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment