AV_CODEC_FLAG_TRUNCATED

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

extern (C) @nogc nothrow
enum AV_CODEC_FLAG_TRUNCATED = 1 << 16;

Meta