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

Function hb_output_color_prim

libhb/common.c:4823–4829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4821}
4822
4823int hb_output_color_prim(hb_job_t * job)
4824{
4825 if (job->color_prim_override != HB_COLR_PRI_UNSET)
4826 return job->color_prim_override;
4827 else
4828 return job->color_prim;
4829}
4830
4831int hb_output_color_transfer(hb_job_t * job)
4832{

Callers 6

encx265InitFunction · 0.85
encsvtInitFunction · 0.85
encx264InitFunction · 0.85
avformatInitFunction · 0.85
encavcodecInitFunction · 0.85
hb_vt_settings_xlatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected