Add missing #includes to fix 'make checkheaders'.

Originally committed as revision 13776 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-06-16 08:25:48 +00:00
parent 66b26265f8
commit b11829a9d9
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#ifndef FFMPEG_ACELP_VECTORS_H
#define FFMPEG_ACELP_VECTORS_H
#include <stdint.h>
/*
* Track|Pulse| Positions
* -------------------------------------------------------------------------

View File

@ -22,6 +22,8 @@
#ifndef FFMPEG_RA144_H
#define FFMPEG_RA144_H
#include <stdint.h>
/* 14.4 data tables */
static const int16_t wavtable1[256][9] = {
{ 541, 956, 768, -1011, -811, -717, -571, -893, -576},