AV_CODEC_CAP_SMALL_LAST_FRAME

Codec can be fed a final frame with a smaller size. This can be used to prevent truncation of the last audio samples.

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

Meta