AV_CODEC_CAP_SLICE_THREADS

Codec supports slice-based (or partition-based) multithreading.

extern (C) @nogc nothrow
enum AV_CODEC_CAP_SLICE_THREADS = (1 << 13);

Meta