h264_weight: initialize "height" function argument properly.

Right now it's not actually initialized on 32-bit, leading to crashes
on win32.
pull/2/head
Ronald S. Bultje 13 years ago
parent 27cedd838a
commit b0b3231074
  1. 1
      libavcodec/x86/h264_weight_10bit.asm

@ -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…
Cancel
Save