av_fifo_alloc_array

Initialize an AVFifoBuffer. @param nmemb number of elements @param size size of the single element @return AVFifoBuffer or NULL in case of memory allocation failure

extern (C) @nogc nothrow
av_fifo_alloc_array
(
size_t nmemb
,
size_t size
)

Meta