Commit b0b32310 authored by Ronald S. Bultje's avatar Ronald S. Bultje

h264_weight: initialize "height" function argument properly.

Right now it's not actually initialized on 32-bit, leading to crashes
on win32.
parent 27cedd83
...@@ -44,6 +44,7 @@ SECTION .text ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment