mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
yadif: Explicit wordlength for compare. Fixes compile with clang.
Patch by İsmail Dönmez: ismail at namtrac dot org Originally committed as revision 25328 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7fe3c270c0
commit
5ef42826d2
@ -156,7 +156,7 @@ void ff_yadif_filter_line_mmx(uint8_t *dst,
|
||||
\
|
||||
/* if(p->mode<2) ... */\
|
||||
"movq %[tmp3], %%mm6 \n\t" /* diff */\
|
||||
"cmp $2, %[mode] \n\t"\
|
||||
"cmpl $2, %[mode] \n\t"\
|
||||
"jge 1f \n\t"\
|
||||
LOAD4("(%["prev2"],%[mrefs],2)", %%mm2) /* prev2[x-2*refs] */\
|
||||
LOAD4("(%["next2"],%[mrefs],2)", %%mm4) /* next2[x-2*refs] */\
|
||||
|
Loading…
Reference in New Issue
Block a user