AV_GET_ENCODE_BUFFER_FLAG_REF

The encoder will keep a reference to the packet and may reuse it later.

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

Meta