diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-01-22 15:52:10 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-05-20 04:08:57 +0200 |
commit | 3d9fd3ed698fba182173afb17043598457b7709f (patch) | |
tree | 1feed4487d69e3fba2686e439ea6442aad239809 /libavformat/webm_chunk.c | |
parent | dfe0d907c2258bb9c81b8c65e42cec2b3022d5e8 (diff) | |
download | ffmpeg-3d9fd3ed698fba182173afb17043598457b7709f.tar.gz |
avcodec/ra144enc: Fix invalid left shift of negative number
by replacing it with a multiplication. Said multiplication can't
overflow an int32_t because lpc_coefs is limited to 16 bit precision.
Fixes the FACE-test acodec-ra144 as well as part of #8217.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit e3fb9af6f1353f30855eaa1cbd5befaf06e303b8)
Diffstat (limited to 'libavformat/webm_chunk.c')
0 files changed, 0 insertions, 0 deletions