OSDN Git Service

acelp_filters.h needs stdint.h
authorMåns Rullgård <mans@mansr.com>
Tue, 13 May 2008 18:10:15 +0000 (18:10 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 13 May 2008 18:10:15 +0000 (18:10 +0000)
Originally committed as revision 13150 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/acelp_filters.h

index 37f3a73..8c06892 100644 (file)
@@ -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).