• Janne Grunau's avatar
    avcodec: Add av_fast_padded_malloc(). · 316fc744
    Janne Grunau authored
    Wrapper around av_fast_malloc() that keeps FF_INPUT_BUFFER_PADDING_SIZE
    zero-padded bytes at the end of the used buffer.
    
    Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>.
    316fc744
avcodec.h 137 KB