Commit d468bb04 authored by diego's avatar diego

Add missing #includes to fix 'make checkheaders'.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13776 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f0d76d45
......@@ -23,6 +23,8 @@
#ifndef FFMPEG_ACELP_VECTORS_H
#define FFMPEG_ACELP_VECTORS_H
#include <stdint.h>
/*
* Track|Pulse| Positions
* -------------------------------------------------------------------------
......
......@@ -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},
......
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