AV_HWACCEL_FLAG_IGNORE_LEVEL

Hardware acceleration should be used for decoding even if the codec level used is unknown or higher than the maximum supported level reported by the hardware driver.

It's generally a good idea to pass this flag unless you have a specific reason not to, as hardware tends to under-report supported levels.

extern (C) @nogc nothrow
enum AV_HWACCEL_FLAG_IGNORE_LEVEL = 1 << 0;

Meta