AV_CODEC_FLAG_OUTPUT_CORRUPT

Output even those frames that might be corrupted.

extern (C) @nogc nothrow
enum AV_CODEC_FLAG_OUTPUT_CORRUPT = 1 << 3;

Meta