AV_CODEC_CAP_HYBRID

Codec is potentially backed by a hardware implementation, but not necessarily. This is used instead of AV_CODEC_CAP_HARDWARE, if the implementation provides some sort of internal fallback.

extern (C) @nogc nothrow
enum AV_CODEC_CAP_HYBRID = 1 << 19;

Meta