Commit 952d3187 authored by Martin Storsjö's avatar Martin Storsjö

arm: Add a missing # as prefix for an immediate constant

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 5dae4872
......@@ -355,7 +355,7 @@ function ff_vp3_idct_dc_add_neon, export=1
mov r3, r0
add r12, r12, #15
vdup.16 q15, r12
mov r12, 0
mov r12, #0
strh r12, [r2]
vshr.s16 q15, q15, #5
......
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