MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_rem

Function hb_rem

libhb/hb.c:1981–1984  ·  view source on GitHub ↗

* Removes a job from the job list. * @param h Handle to hb_handle_t. * @param job Handle to hb_job_t. */

Source from the content-addressed store, hash-verified

1979 * @param job Handle to hb_job_t.
1980 */
1981void hb_rem( hb_handle_t * h, hb_job_t * job )
1982{
1983 hb_list_rem( h->jobs, job );
1984}
1985
1986/**
1987 * Starts the conversion process.

Callers 1

ghb_remove_jobFunction · 0.85

Calls 1

hb_list_remFunction · 0.85

Tested by

no test coverage detected