mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 13776 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
66b26265f8
commit
b11829a9d9
@ -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…
Reference in New Issue
Block a user