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

Function hb_job

libhb/hb.c:1764–1767  ·  view source on GitHub ↗

* Returns handle to job at index i within the job list. * @param h Handle to hb_handle_t. * @param i Index of job. * @returns Handle to hb_job_t of desired job. */

Source from the content-addressed store, hash-verified

1762 * @returns Handle to hb_job_t of desired job.
1763 */
1764hb_job_t * hb_job( hb_handle_t * h, int i )
1765{
1766 return hb_list_item( h->jobs, i );
1767}
1768
1769hb_job_t * hb_current_job( hb_handle_t * h )
1770{

Callers 1

ghb_remove_jobFunction · 0.85

Calls 1

hb_list_itemFunction · 0.85

Tested by

no test coverage detected