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:
Ronald S. Bultje
2011-10-21 18:00:39 -07:00
parent 27cedd838a
commit b0b3231074

View File

@ -44,6 +44,7 @@ SECTION .text
PROLOGUE 0,6,8 PROLOGUE 0,6,8
movifnidn r0, r0mp movifnidn r0, r0mp
movifnidn r1d, r1m movifnidn r1d, r1m
movifnidn r2d, r2m
movifnidn r4d, r4m movifnidn r4d, r4m
movifnidn r5d, r5m movifnidn r5d, r5m
%endmacro %endmacro