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

Function hb_job_set_file

libhb/common.c:5040–5046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5038}
5039
5040void hb_job_set_file(hb_job_t *job, const char *file)
5041{
5042 if (job != NULL)
5043 {
5044 hb_update_str(&job->file, file);
5045 }
5046}
5047
5048hb_filter_object_t * hb_filter_copy( hb_filter_object_t * filter )
5049{

Callers 1

hb_dict_to_jobFunction · 0.85

Calls 1

hb_update_strFunction · 0.85

Tested by

no test coverage detected