AVFILTER_FLAG_SLICE_THREADS

The filter supports multithreading by splitting frames into multiple parts and processing them concurrently.

extern (C) @nogc nothrow
enum AVFILTER_FLAG_SLICE_THREADS = 1 << 2;

Meta