• Alex Converse's avatar
    mov: Don't av_malloc(0). · 52401b82
    Alex Converse authored
    malloc() is allowed to return NULL when zero is the argument. This
    causes us to think malloc has failed and return AVERROR(ENOMEM). In
    addition OS X malloc() returns an unfreeable non-NULL pointer for size
    zero when alignment is greater than 16.
    52401b82
mov.c 89.5 KB