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

Function hb_job_set_encoder_profile

libhb/common.c:5016–5026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5014}
5015
5016void hb_job_set_encoder_profile(hb_job_t *job, const char *profile)
5017{
5018 if (job != NULL)
5019 {
5020 if (profile == NULL || profile[0] == 0)
5021 {
5022 profile = NULL;
5023 }
5024 hb_update_str(&job->encoder_profile, profile);
5025 }
5026}
5027
5028void hb_job_set_encoder_level(hb_job_t *job, const char *level)
5029{

Callers 1

hb_dict_to_jobFunction · 0.85

Calls 1

hb_update_strFunction · 0.85

Tested by

no test coverage detected