[FFmpeg-cvslog] arm: Add a missing # as prefix for an immediate constant
Martin Storsjö
git at videolan.org
Wed Jan 8 05:51:06 CET 2014
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Jan 7 14:01:24 2014 +0200| [952d3187d8eda7067fcd73f1d5f17837fa65eb34] | committer: Martin Storsjö
arm: Add a missing # as prefix for an immediate constant
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=952d3187d8eda7067fcd73f1d5f17837fa65eb34
---
libavcodec/arm/vp3dsp_neon.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/arm/vp3dsp_neon.S b/libavcodec/arm/vp3dsp_neon.S
index e5ecfc3..58bd97d 100644
--- a/libavcodec/arm/vp3dsp_neon.S
+++ b/libavcodec/arm/vp3dsp_neon.S
@@ -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
More information about the ffmpeg-cvslog
mailing list