Add missing #includes to fix 'make checkheaders'.

Originally committed as revision 13776 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 66b26265f8
commit b11829a9d9
  1. 2
      libavcodec/acelp_vectors.h
  2. 2
      libavcodec/ra144.h

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

Loading…
Cancel
Save