FF_BUFFER_TYPE_SHARED

< Buffer from somewhere else; don't deallocate image (data/base), all other tables are not shared.

@nogc nothrow extern (C)
static if(FF_API_GET_BUFFER)
enum FF_BUFFER_TYPE_SHARED = 4;

Meta