diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2015-02-07 09:20:10 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-07 15:15:19 +0100 |
commit | 691b7f5e9e29698841c6bf1654605760020c0e8e (patch) | |
tree | ed7b455bf060b1562f7d471ab90d3cf1d6bb69cf /libavcodec/lossless_audiodsp.h | |
parent | 46e2afa4dcb5ed6b4a6aa7aacbce2df74ed09c03 (diff) | |
download | ffmpeg-691b7f5e9e29698841c6bf1654605760020c0e8e.tar.gz |
lavc/lossless_audiodsp: revert various commits
Their intent was to make the DSP work with wmalossless pro.
The later was fixed to work with the DSP.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/lossless_audiodsp.h')
-rw-r--r-- | libavcodec/lossless_audiodsp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/lossless_audiodsp.h b/libavcodec/lossless_audiodsp.h index c3ee2bec54..9ce2e63d45 100644 --- a/libavcodec/lossless_audiodsp.h +++ b/libavcodec/lossless_audiodsp.h @@ -29,7 +29,8 @@ 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 8 + * @param len length of vectors, should be multiple of 16, + * or padd v3 and v1 or v2 with zeros. */ int32_t (*scalarproduct_and_madd_int16)(int16_t *v1 /* align 16 */, const int16_t *v2, |