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

Function hb_job_close

libhb/common.c:4970–4978  ·  view source on GitHub ↗

* hb_job_close ********************************************************************** * *********************************************************************/

Source from the content-addressed store, hash-verified

4968 *
4969 *********************************************************************/
4970void hb_job_close( hb_job_t ** _j )
4971{
4972 if (_j && *_j)
4973 {
4974 job_clean(*_j);
4975 free( *_j );
4976 _j = NULL;
4977 }
4978}
4979
4980void hb_job_set_encoder_preset(hb_job_t *job, const char *preset)
4981{

Callers 6

hb_get_previewFunction · 0.85
hb_add_internalFunction · 0.85
hb_preset_job_initFunction · 0.85
hb_dict_to_jobFunction · 0.85
hb_job_init_jsonFunction · 0.85
work_funcFunction · 0.85

Calls 1

job_cleanFunction · 0.85

Tested by

no test coverage detected