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

Function hb_job_set_encoder_level

libhb/common.c:5028–5038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5026}
5027
5028void hb_job_set_encoder_level(hb_job_t *job, const char *level)
5029{
5030 if (job != NULL)
5031 {
5032 if (level == NULL || level[0] == 0)
5033 {
5034 level = NULL;
5035 }
5036 hb_update_str(&job->encoder_level, level);
5037 }
5038}
5039
5040void hb_job_set_file(hb_job_t *job, const char *file)
5041{

Callers 1

hb_dict_to_jobFunction · 0.85

Calls 1

hb_update_strFunction · 0.85

Tested by

no test coverage detected