summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_filters.h
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2011-11-01 15:08:01 +0700
committerMichael Niedermayer <michaelni@gmx.at>2011-11-01 13:08:41 +0100
commitf0506a8993a734c1835b817cdfc62189439dde60 (patch)
tree7701cd5921be6e87f09c77f60ba11e5256004e42 /libavcodec/acelp_filters.h
parent26b64550d61a24c6eb83c2bb4805155763dc94fa (diff)
Two extra samples are required before top of the in buffer rather than out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/acelp_filters.h')
-rw-r--r--libavcodec/acelp_filters.h2
1 files changed, 1 insertions, 1 deletions
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.