Commit 1280d083 authored by mru's avatar mru

acelp_filters.h needs stdint.h


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13150 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b42bee5e
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#ifndef FFMPEG_ACELP_FILTERS_H #ifndef FFMPEG_ACELP_FILTERS_H
#define FFMPEG_ACELP_FILTERS_H #define FFMPEG_ACELP_FILTERS_H
#include <stdint.h>
/** /**
* \brief Circularly convolve fixed vector with a phase dispersion impulse * \brief Circularly convolve fixed vector with a phase dispersion impulse
* response filter (D.6.2 of G.729 and 6.1.5 of AMR). * response filter (D.6.2 of G.729 and 6.1.5 of AMR).
......
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