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

Function set_clock

fftools/ffplay.c:1448–1452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1446}
1447
1448static void set_clock(Clock *c, double pts, int serial)
1449{
1450 double time = av_gettime_relative() / 1000000.0;
1451 set_clock_at(c, pts, serial, time);
1452}
1453
1454static void set_clock_speed(Clock *c, double speed)
1455{

Callers 6

set_clock_speedFunction · 0.85
init_clockFunction · 0.85
sync_clock_to_slaveFunction · 0.85
stream_toggle_pauseFunction · 0.85
update_video_ptsFunction · 0.85
read_threadFunction · 0.85

Calls 2

av_gettime_relativeFunction · 0.85
set_clock_atFunction · 0.85

Tested by

no test coverage detected