# HG changeset patch # User ivo # Date 1176888382 0 # Node ID 2a60af5e78a7d090e0745c230bb60b16b3449370 # Parent 70d7c6206f33f475f01a1990e827de86af7889de skip MMX code in rgb32to16 if the size of the input is smaller than the size of the units the MMX code processes diff -r 70d7c6206f33 -r 2a60af5e78a7 libswscale/rgb2rgb_template.c --- a/libswscale/rgb2rgb_template.c Wed Apr 18 09:24:49 2007 +0000 +++ b/libswscale/rgb2rgb_template.c Wed Apr 18 09:26:22 2007 +0000 @@ -356,6 +356,7 @@ "movq %3, %%mm5 \n\t" "movq %4, %%mm6 \n\t" "movq %5, %%mm7 \n\t" + "jmp 2f \n\t" ASMALIGN(4) "1: \n\t" PREFETCH" 32(%1) \n\t" @@ -379,6 +380,7 @@ MOVNTQ" %%mm0, (%0) \n\t" "add $16, %1 \n\t" "add $8, %0 \n\t" + "2: \n\t" "cmp %2, %1 \n\t" " jb 1b \n\t" : "+r" (d), "+r"(s)