On 16/10/2016 20:10, Janne Grunau wrote:
> From: Michael Niedermayer <michae...@gmx.at>
> 
> This avoids potential issues with the high 32bits being random in x86-64 asm
> 
> Signed-off-by: Michael Niedermayer <michae...@gmx.at>
> Signed-off-by: Janne Grunau <janne-li...@jannau.net>
> ---
>  libavcodec/huffyuvdsp.h          |  4 ++--
>  libavcodec/huffyuvdsp.c          |  4 ++--
>  libavcodec/x86/huffyuvdsp_init.c | 10 +++++-----
>  3 files changed, 9 insertions(+), 9 deletions(-)
> 

We replaced the type for offsets to use ptrdiff_t, not 100% sure we want
to use another type for the similar issue and I wonder why that's the
only case in which it is potentially important.

lu

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

Reply via email to