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

Function get_frame_duration

libhb/encavcodec.c:1214–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1212}
1213
1214static int64_t get_frame_duration( hb_work_private_t * pv, int64_t frameno )
1215{
1216 int i = frameno & FRAME_INFO_MASK;
1217 return pv->frame_info[i].duration;
1218}
1219
1220static void compute_dts_offset( hb_work_private_t * pv, hb_buffer_t * buf )
1221{

Callers 1

get_packetsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected