AV_CODEC_FLAG_BITEXACT

Use only bitexact stuff (except (I)DCT).

extern (C) @nogc nothrow
enum AV_CODEC_FLAG_BITEXACT = 1 << 23;

Meta