AV_CODEC_CAP_HARDWARE

Codec is backed by a hardware implementation. Typically used to identify a non-hwaccel hardware decoder. For information about hwaccels, use avcodec_get_hw_config() instead.

extern (C) @nogc nothrow
enum AV_CODEC_CAP_HARDWARE = 1 << 18;

Meta