On Mon, Nov 05, 2012 at 01:41:42PM -0800, Ronald S. Bultje wrote:
> 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.

I first added similar instructions to all cglobal instances, but then
reduced it to the minimal change that still fixed the crash...

Will resend in a few ...

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

Reply via email to