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

Function scrSlip

libhb/sync.c:247–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247static void scrSlip( sync_common_t * common, int64_t delta )
248{
249 int ii;
250 for (ii = 0; ii < SCR_HASH_SZ; ii++)
251 {
252 common->scr[ii].scr_offset += delta;
253 }
254}
255
256static void shiftTS( sync_common_t * common, int64_t delta )
257{

Callers 1

shiftTSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected