AVFILTER_FLAG_SLICE_THREADS

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

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

Meta