Commit db430047 authored by lorenm's avatar lorenm

asm argument that might be in memory needs a size


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11890 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5e39f18b
......@@ -1369,7 +1369,7 @@ static av_noinline void OPNAME ## h264_qpel16_h_lowpass_l2_ ## MMX(uint8_t *dst,
"add %5, %0 \n\t"\
"add %5, %1 \n\t"\
"add %4, %2 \n\t"\
"dec %3 \n\t"\
"decl %3 \n\t"\
"jg 1b \n\t"\
: "+a"(src), "+c"(dst), "+d"(src2), "+g"(h)\
: "D"((long)src2Stride), "S"((long)dstStride),\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment