Mercurial > libavcodec.hg
changeset 6796:b03cd8d29d60 libavcodec
acelp_filters.h needs stdint.h
author | mru |
---|---|
date | Tue, 13 May 2008 18:10:15 +0000 |
parents | 6c7e7fdedfd3 |
children | 51bbc2f553e2 |
files | acelp_filters.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/acelp_filters.h Tue May 13 15:56:45 2008 +0000 +++ b/acelp_filters.h Tue May 13 18:10:15 2008 +0000 @@ -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).