AV_CODEC_FLAG2_CHUNKS

Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries.

extern (C) @nogc nothrow
enum AV_CODEC_FLAG2_CHUNKS = (1 << 15);

Meta