av_fast_realloc

Reallocate the given block if it is not large enough, otherwise do nothing.

@see av_realloc

@nogc nothrow extern (C)
void*
av_fast_realloc
(
void* ptr
,
uint* size
,
size_t min_size
)

Meta