From f0506a8993a734c1835b817cdfc62189439dde60 Mon Sep 17 00:00:00 2001 From: Vladimir Voroshilov Date: Tue, 1 Nov 2011 15:08:01 +0700 Subject: Two extra samples are required before top of the in buffer rather than out Signed-off-by: Michael Niedermayer --- libavcodec/acelp_filters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/acelp_filters.h') diff --git a/libavcodec/acelp_filters.h b/libavcodec/acelp_filters.h index 0b1ccf4e71..e807aed7b9 100644 --- a/libavcodec/acelp_filters.h +++ b/libavcodec/acelp_filters.h @@ -76,7 +76,7 @@ void ff_acelp_interpolatef(float *out, const float *in, * * The filter has a cut-off frequency of 1/80 of the sampling freq * - * @note Two items before the top of the out buffer must contain two items from the + * @note Two items before the top of the in buffer must contain two items from the * tail of the previous subframe. * * @remark It is safe to pass the same array in in and out parameters. -- cgit v1.2.3