AV_CODEC_CAP_DR1

Codec uses get_buffer() for allocating buffers and supports custom allocators. If not set, it might not use get_buffer() at all or use operations that assume the buffer was allocated by avcodec_default_get_buffer.

extern (C) @nogc nothrow
enum AV_CODEC_CAP_DR1 = 1 << 1;

Meta