You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-05-16 08:38:24 +02:00
avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise
Fixes crash
Fixes: flicker-1.scout3d21443372922.28.m4a
Found-by: Dale Curtis <dalecurtis@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 1b82b934a1)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -382,6 +382,7 @@ apply_noise_main:
|
|||||||
%else
|
%else
|
||||||
%define count m_maxq
|
%define count m_maxq
|
||||||
%endif
|
%endif
|
||||||
|
movsxdifnidn noiseq, noised
|
||||||
dec noiseq
|
dec noiseq
|
||||||
shl count, 2
|
shl count, 2
|
||||||
%ifdef PIC
|
%ifdef PIC
|
||||||
|
|||||||
Reference in New Issue
Block a user