diff options
author | Måns Rullgård <mans@mansr.com> | 2008-05-13 18:10:15 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-05-13 18:10:15 +0000 |
commit | 40a655e306d253b393f465a437be566d28f4b25e (patch) | |
tree | fcc6b077d8c4ebafc04eed222f6905cf5c66fd21 /libavcodec | |
parent | 7cf6af27c9ea2339f02f08657dfd8b44201b12a6 (diff) | |
download | ffmpeg-40a655e306d253b393f465a437be566d28f4b25e.tar.gz |
acelp_filters.h needs stdint.h
Originally committed as revision 13150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/acelp_filters.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/acelp_filters.h b/libavcodec/acelp_filters.h index 37f3a731e2..8c06892115 100644 --- a/libavcodec/acelp_filters.h +++ b/libavcodec/acelp_filters.h @@ -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). |