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

Function hb_rescale_rational

libhb/common.c:3778–3781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3776}
3777
3778int64_t hb_rescale_rational(hb_rational_t q, int b)
3779{
3780 return av_rescale(q.num, b, q.den);
3781}
3782
3783/**********************************************************************
3784 * hb_reduce64

Callers 4

encx265InitFunction · 0.85
encx264InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected