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

Function get_frame_start

libhb/encavcodec.c:1208–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206}
1207
1208static int64_t get_frame_start( hb_work_private_t * pv, int64_t frameno )
1209{
1210 int i = frameno & FRAME_INFO_MASK;
1211 return pv->frame_info[i].start;
1212}
1213
1214static int64_t get_frame_duration( hb_work_private_t * pv, int64_t frameno )
1215{

Callers 2

process_delay_listFunction · 0.85
get_packetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected