AV_CODEC_FLAG2_LOCAL_HEADER

Place global headers at every keyframe instead of in extradata.

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

Meta