comparison acelp_filters.h @ 6796:b03cd8d29d60 libavcodec

acelp_filters.h needs stdint.h
author mru
date Tue, 13 May 2008 18:10:15 +0000
parents 1f02f929b9ff
children 3e5f5f14f796
comparison
equal deleted inserted replaced
6795:6c7e7fdedfd3 6796:b03cd8d29d60
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #ifndef FFMPEG_ACELP_FILTERS_H 23 #ifndef FFMPEG_ACELP_FILTERS_H
24 #define FFMPEG_ACELP_FILTERS_H 24 #define FFMPEG_ACELP_FILTERS_H
25
26 #include <stdint.h>
25 27
26 /** 28 /**
27 * \brief Circularly convolve fixed vector with a phase dispersion impulse 29 * \brief Circularly convolve fixed vector with a phase dispersion impulse
28 * response filter (D.6.2 of G.729 and 6.1.5 of AMR). 30 * response filter (D.6.2 of G.729 and 6.1.5 of AMR).
29 * \param fc_out vector with filter applied 31 * \param fc_out vector with filter applied