AV_CODEC_CAP_OTHER_THREADS

Codec supports multithreading through a method other than slice- or frame-level multithreading. Typically this marks wrappers around multithreading-capable external libraries.

extern (C) @nogc nothrow
enum AV_CODEC_CAP_OTHER_THREADS = 1 << 15;

Meta