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

Function init_clock

fftools/ffplay.c:1460–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1458}
1459
1460static void init_clock(Clock *c, int *queue_serial)
1461{
1462 c->speed = 1.0;
1463 c->paused = 0;
1464 c->queue_serial = queue_serial;
1465 set_clock(c, NAN, -1);
1466}
1467
1468static void sync_clock_to_slave(Clock *c, Clock *slave)
1469{

Callers 1

stream_openFunction · 0.85

Calls 1

set_clockFunction · 0.85

Tested by

no test coverage detected