pub unsafe extern "C" fn de265_start_worker_threads(
arg1: *mut de265_decoder_context,
number_of_threads: c_int,
) -> TypeExpand description
Initialize background decoding threads. If this function is not called, all decoding is done in the main thread (no multi-threading).