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

Function hb_get_chroma_sub_sample

libhb/common.c:7209–7212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7207
7208
7209int hb_get_chroma_sub_sample(int format, int *h_shift, int *v_shift)
7210{
7211 return av_pix_fmt_get_chroma_sub_sample(format, h_shift, v_shift);
7212}
7213
7214static int pix_fmt_is_supported(hb_job_t *job, int pix_fmt)
7215{

Callers 2

ghb_update_title_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected