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

Function hb_output_color_transfer

libhb/common.c:4831–4837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4829}
4830
4831int hb_output_color_transfer(hb_job_t * job)
4832{
4833 if (job->color_transfer_override != HB_COLR_TRA_UNSET)
4834 return job->color_transfer_override;
4835 else
4836 return job->color_transfer;
4837}
4838
4839int hb_output_color_matrix(hb_job_t * job)
4840{

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