mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
h264_weight: initialize "height" function argument properly.
Right now it's not actually initialized on 32-bit, leading to crashes on win32.
This commit is contained in:
parent
27cedd838a
commit
b0b3231074
@ -44,6 +44,7 @@ SECTION .text
|
||||
PROLOGUE 0,6,8
|
||||
movifnidn r0, r0mp
|
||||
movifnidn r1d, r1m
|
||||
movifnidn r2d, r2m
|
||||
movifnidn r4d, r4m
|
||||
movifnidn r5d, r5m
|
||||
%endmacro
|
||||
|
Loading…
Reference in New Issue
Block a user