de265_start_worker_threads

Function de265_start_worker_threads 

Source
pub unsafe extern "C" fn de265_start_worker_threads(
    arg1: *mut de265_decoder_context,
    number_of_threads: c_int,
) -> Type
Expand description

Initialize background decoding threads. If this function is not called, all decoding is done in the main thread (no multi-threading).