AV_CODEC_CAP_EXPERIMENTAL

Codec is experimental and is thus avoided in favor of non experimental encoders

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

Meta