FF_BUFFER_TYPE_COPY

< Just a (modified) copy of some other buffer, don't deallocate anything.

extern (C)
static if(FF_API_GET_BUFFER)
enum FF_BUFFER_TYPE_COPY = 8;

Meta