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.

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

Meta