On Tue, Jan 29, 2013 at 10:13 PM, Diego Biurrun <[email protected]> wrote:
> This avoids SIMD-optimized functions having to sign-extend their
> line size argument manually to be able to do pointer arithmetic.
> ---
>
> Extracted from the big hpel megapatch.


Applying patch #34189 using 'git am'
Description: Use ptrdiff_t instead of int for {avg, put}_pixels
line_size parameter.
Applying: Use ptrdiff_t instead of int for {avg, put}_pixels line_size
parameter.
error: patch failed: libavcodec/x86/hpeldsp.asm:465
error: libavcodec/x86/hpeldsp.asm: patch does not apply
Patch failed at 0001 Use ptrdiff_t instead of int for {avg,
put}_pixels line_size parameter.
When you have resolved this problem run "git am --resolved".
If you would prefer to skip this patch, instead run "git am --skip".
To restore the original branch and stop patching run "git am --abort".

After resolving the conflict by removing the hunk, I can confirm that
this patch compiles and fate-tests fine for me.

After a short glance over the code changes, nothing troublesome catches my eye.

On this basis, I'd OK this patch.

-- 
regards,
    Reinhard
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to