AVFilterBuffer.free

A pointer to the function to deallocate this buffer if the default function is not sufficient. This could, for example, add the memory back into a memory pool to be reused later without the overhead of reallocating it from scratch.

struct AVFilterBuffer
void function(AVFilterBuffer* buf) free;

Meta