MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / set_clock_at

Function set_clock_at

fftools/ffplay.c:1440–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438}
1439
1440static void set_clock_at(Clock *c, double pts, int serial, double time)
1441{
1442 c->pts = pts;
1443 c->last_updated = time;
1444 c->pts_drift = c->pts - time;
1445 c->serial = serial;
1446}
1447
1448static void set_clock(Clock *c, double pts, int serial)
1449{

Callers 2

set_clockFunction · 0.85
sdl_audio_callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected