[FFmpeg-cvslog] r13150 - trunk/libavcodec/acelp_filters.h

mru subversion
Tue May 13 20:10:15 CEST 2008


Author: mru
Date: Tue May 13 20:10:15 2008
New Revision: 13150

Log:
acelp_filters.h needs stdint.h


Modified:
   trunk/libavcodec/acelp_filters.h

Modified: trunk/libavcodec/acelp_filters.h
==============================================================================
--- trunk/libavcodec/acelp_filters.h	(original)
+++ trunk/libavcodec/acelp_filters.h	Tue May 13 20:10:15 2008
@@ -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).




More information about the ffmpeg-cvslog mailing list