summaryrefslogtreecommitdiff
path: root/libswscale/x86/yuv_2_rgb.asm
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale/x86/yuv_2_rgb.asm')
-rw-r--r--libswscale/x86/yuv_2_rgb.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/x86/yuv_2_rgb.asm b/libswscale/x86/yuv_2_rgb.asm
index c5fa3ee690..e3470fd9ad 100644
--- a/libswscale/x86/yuv_2_rgb.asm
+++ b/libswscale/x86/yuv_2_rgb.asm
@@ -354,7 +354,7 @@ add imageq, 8 * depth * time_num
add indexq, 4 * time_num
js .loop0
-REP_RET
+RET
%endmacro