Hi,

On Mon, Nov 5, 2012 at 1:22 PM, Diego Biurrun <di...@biurrun.de> wrote:
> ---
>
> This fixes the crash in fate-vp5 with the QPEL code converted to YASM.
> I'm sending this separately to not spam everybody with 100+kB patches.
> The patch is meant to be squashed into the QPEL yasmification.
>  ; void put_pixels16_sse2(uint8_t *block, const uint8_t *pixels, int 
> line_size, int h)
>  cglobal put_pixels16, 4,5,4
> +movsxdifnidn    r2, r2d
>      lea         r4, [r2*3]
>  .loop:

No, I said each occurence of cglobal needed this, not just one of
them. Also, please fix indenting of this instruction to be aligned
with the line below.

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to