summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-07-16 18:29:14 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-07-16 18:29:14 +0000
commit526e831a4603685bfc3dfd1f13f0c036c86dd072 (patch)
treea551ca5648311d6d8eb124d77fa0b0b99be7d318
parentc4e2b8268f9c59a34d60e48afe8541b042d8b4e6 (diff)
Change return statement, the REP_RET is a mistake since the else case (x86-64,
sse2) doesn't actually loop, so REP_RET isn't necessary. Originally committed as revision 24268 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/x86/vp8dsp.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/x86/vp8dsp.asm b/libavcodec/x86/vp8dsp.asm
index 5d855b8e4d..e640fe3144 100644
--- a/libavcodec/x86/vp8dsp.asm
+++ b/libavcodec/x86/vp8dsp.asm
@@ -1806,10 +1806,8 @@ cglobal vp8_%2_loop_filter16_inner_%1, 5, %3, %4
%ifndef m8 ; sse2 on x86-32 or mmx/mmxext
mov rsp, r4 ; restore stack pointer
- RET
-%else ; sse2 on x86-64
- REP_RET
%endif
+ RET
%endmacro
INIT_MMX