AVFMT_FLAG_BITEXACT

When muxing, try to avoid writing any random/volatile data to the output. This includes any random IDs, real-time timestamps/dates, muxer version, etc.

This flag is mainly intended for testing.

@nogc nothrow extern (C)
enum AVFMT_FLAG_BITEXACT = 0x0400;

Meta