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

Function get_frame_duration

libhb/encsvtav1.c:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static int64_t get_frame_duration(hb_work_private_t *pv)
66{
67 int i = pv->frameno_out & FRAME_INFO_MASK;
68 pv->frameno_out++;
69 return pv->frame_info[i].duration;
70}
71
72static int alloc_buffer(EbSvtAv1EncConfiguration *config, hb_work_private_t *pv)
73{

Callers 1

receiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected