| 1438 | } |
| 1439 | |
| 1440 | static 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 | |
| 1448 | static void set_clock(Clock *c, double pts, int serial) |
| 1449 | { |
no outgoing calls
no test coverage detected