Browse Source

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
tags/n0.8
Martin Storsjö 15 years ago
parent
commit
fe7438d97f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/amrwbdata.h

+ 1
- 0
libavcodec/amrwbdata.h View File

@@ -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


Loading…
Cancel
Save