• Nicolas George's avatar
    lavfi/af_atempo: use av_malloc for rDFT buffers. · a5704659
    Nicolas George authored
    Memory obtained from av_realloc is not aligned enough for AVX.
    The other similar allocations are changed too because they use
    the same macro. The buffers were cleared afterwards anyway.
    
    Fix trac ticket #1692.
    a5704659
af_atempo.c 36.7 KB