summaryrefslogtreecommitdiff
path: root/libswresample
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-13 13:43:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-06-13 13:43:42 +0200
commit5f8f6243ef99e60f443785340b4bde42881fb1e3 (patch)
tree6bd71de80fdf9222945853a926d2c1b39d7cd9eb /libswresample
parentb9e5c5f17830701cbee14e941c88a0c64cc87106 (diff)
swr: fix 10l use of uninitialized data
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/x86/rematrix.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswresample/x86/rematrix.asm b/libswresample/x86/rematrix.asm
index 4d66debeaf..ee50e20fa6 100644
--- a/libswresample/x86/rematrix.asm
+++ b/libswresample/x86/rematrix.asm
@@ -43,7 +43,7 @@ mix_2_1_float_u_int %+ SUFFIX
%endif
VBROADCASTSS m4, [coeffpq + 4*index1q]
VBROADCASTSS m5, [coeffpq + 4*index2q]
- shl lenq , 2
+ shl lend , 2
add in1q , lenq
add in2q , lenq
add outq , lenq
@@ -180,7 +180,7 @@ mix_2_1_int16_u_int %+ SUFFIX
pslld m7, m4
psrld m7, 1
punpcklwd m5, m6
- add lenq , lenq
+ add lend , lend
add in1q , lenq
add in2q , lenq
add outq , lenq