• Sean McGovern's avatar
    swscale: add padding to conversion buffer. · 124e5645
    Sean McGovern authored
    Altivec does unaligned reads from this buffer in
    hscale_altivec_real(), and can thus read up to 16 bytes beyond
    the end of the buffer. Therefore, add an extra 16 bytes of
    padding at the end of the conversion buffer.
    
    This fixes fate-lavfi-pixfmts_scale on AltiVec-enabled builds
    under valgrind.
    Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
    124e5645
utils.c 54.2 KB