mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
acelp_filters.h needs stdint.h
Originally committed as revision 13150 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7cf6af27c9
commit
40a655e306
@ -23,6 +23,8 @@
|
||||
#ifndef FFMPEG_ACELP_FILTERS_H
|
||||
#define FFMPEG_ACELP_FILTERS_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* \brief Circularly convolve fixed vector with a phase dispersion impulse
|
||||
* response filter (D.6.2 of G.729 and 6.1.5 of AMR).
|
||||
|
Loading…
Reference in New Issue
Block a user