avcodec_default_get_encode_buffer

The default callback for AVCodecContext.get_encode_buffer(). It is made public so it can be called by custom get_encode_buffer() implementations for encoders without AV_CODEC_CAP_DR1 set.

extern (C) @nogc nothrow
int
avcodec_default_get_encode_buffer
(,
AVPacket* pkt
,
int flags
)

Meta