]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/acelp_filters.h
Fix compilation without HAVE_AVX, HAVE_YASM etc.
[ffmpeg] / libavcodec / acelp_filters.h
index 0b1ccf4e71095092543ab169fe41521098897743..e807aed7b9a1b7a22c545b54cfed1e9b8b50687e 100644 (file)
@@ -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.