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

Function hb_job_set_encoder_tune

libhb/common.c:4992–5002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4990}
4991
4992void hb_job_set_encoder_tune(hb_job_t *job, const char *tune)
4993{
4994 if (job != NULL)
4995 {
4996 if (tune == NULL || tune[0] == 0)
4997 {
4998 tune = NULL;
4999 }
5000 hb_update_str(&job->encoder_tune, tune);
5001 }
5002}
5003
5004void hb_job_set_encoder_options(hb_job_t *job, const char *options)
5005{

Callers 1

hb_dict_to_jobFunction · 0.85

Calls 1

hb_update_strFunction · 0.85

Tested by

no test coverage detected