Imported Debian version 2.5.0~trusty1.1
[deb_ffmpeg.git] / ffmpeg / libavcodec / lossless_audiodsp.h
index 4c275028412a9308d23977a2b5cc8f8df8a268ac..c3ee2bec54b98f9bfd8dcb0f50616e380e6fa910 100644 (file)
@@ -29,7 +29,7 @@ typedef struct LLAudDSPContext {
     /**
      * Calculate scalar product of v1 and v2,
      * and v1[i] += v3[i] * mul
-     * @param len length of vectors, should be multiple of 16
+     * @param len length of vectors, should be multiple of 8
      */
     int32_t (*scalarproduct_and_madd_int16)(int16_t *v1 /* align 16 */,
                                             const int16_t *v2,