diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2011-11-01 15:08:01 +0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-01 13:08:41 +0100 |
commit | f0506a8993a734c1835b817cdfc62189439dde60 (patch) | |
tree | 7701cd5921be6e87f09c77f60ba11e5256004e42 | |
parent | 26b64550d61a24c6eb83c2bb4805155763dc94fa (diff) | |
download | ffmpeg-f0506a8993a734c1835b817cdfc62189439dde60.tar.gz |
Two extra samples are required before top of the in buffer rather than out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/acelp_filters.h | 2 |
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. |