Commit b11829a9 authored by Diego Biurrun's avatar Diego Biurrun

Add missing #includes to fix 'make checkheaders'.

Originally committed as revision 13776 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 66b26265
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#ifndef FFMPEG_ACELP_VECTORS_H #ifndef FFMPEG_ACELP_VECTORS_H
#define FFMPEG_ACELP_VECTORS_H #define FFMPEG_ACELP_VECTORS_H
#include <stdint.h>
/* /*
* Track|Pulse| Positions * Track|Pulse| Positions
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#ifndef FFMPEG_RA144_H #ifndef FFMPEG_RA144_H
#define FFMPEG_RA144_H #define FFMPEG_RA144_H
#include <stdint.h>
/* 14.4 data tables */ /* 14.4 data tables */
static const int16_t wavtable1[256][9] = { static const int16_t wavtable1[256][9] = {
{ 541, 956, 768, -1011, -811, -717, -571, -893, -576}, { 541, 956, 768, -1011, -811, -717, -571, -893, -576},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment