projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27cedd8
)
h264_weight: initialize "height" function argument properly.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Sat, 22 Oct 2011 01:00:39 +0000
(18:00 -0700)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Sat, 22 Oct 2011 07:23:24 +0000
(
00:23
-0700)
Right now it's not actually initialized on 32-bit, leading to crashes
on win32.
libavcodec/x86/h264_weight_10bit.asm
patch
|
blob
|
history
diff --git
a/libavcodec/x86/h264_weight_10bit.asm
b/libavcodec/x86/h264_weight_10bit.asm
index
20df6fb
..
9c4b276
100644
(file)
--- a/
libavcodec/x86/h264_weight_10bit.asm
+++ b/
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