AV_CODEC_CAP_ENCODER_FLUSH

This encoder can be flushed using avcodec_flush_buffers(). If this flag is not set, the encoder must be closed and reopened to ensure that no frames remain pending.

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

Meta