AV_CODEC_FLAG_GLOBAL_HEADER

Place global headers in extradata instead of every keyframe.

extern (C) @nogc nothrow
enum AV_CODEC_FLAG_GLOBAL_HEADER = 1 << 22;

Meta