AV_CODEC_FLAG_PASS1

Use internal 2pass ratecontrol in first pass mode.

extern (C) @nogc nothrow
enum AV_CODEC_FLAG_PASS1 = (1 << 9);

Meta